use 'getat' instead of 'getpropat'. Getat works with prop lists too. getpropat gets
the prop name not value. Also you shouldn't put your count in the repeat loop. It will
count the list every time the loop repeats. put it befor the loop:
x = count(propertylistname)
repeat with aa = 1 to x
--jR
--
Teo Petralia wrote:
> Like:
> repeat with aa = 1 to count(propertyListName)
> set TheName to getPropAt(propertyListName, aa)
> set TheValue to ???
>
> end repeat
[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!]