| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
_______________________________________________You are of course trying to retrieve the node at index 6,
and not stopping at 5, yes?
Yes, given the following example from the documentation:
http://developer.apple.com/documentation/Networking/Conceptual/ DirectoryServices/DirServ-12.html
Will print the following output:
Directory node count is: 6
# 1 /AppleTalk/*
# 2 /NetInfo/DefaultLocalNode
# 3 /NetInfo/root
# 4 /Rendezvous/local
# 5 /SLP/DEFAULT
if you follow the logic on the example you'll see what I mean.
Its very misleading. Even changing the for loops test
expression to be i < nodeCount, it still will print the same.
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.