Hello!
I can't figure out how to access a property list value using list number instead of using property name. For instance if I want to go through all the items of a property list and get all the values using a repeat loop what I need to do?


Like:
repeat with aa = 1 to count(propertyListName)
 set TheName to getPropAt(propertyListName, aa)
set TheValue to ???

end repeat

thanks for any suggestions

Teo
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to