>   vList_Of_Titles=[]
>
>   repeat with vIndex= 1 to the number of members of castLib "Tiles"
>
>     vList_Of_Titles[vIndex] = (castLib ("Tiles")).member(vIndex).name
>
>   end repeat


--totally untested from the cuff code:
global vList_Of_Titles

vList_Of_Titles=[]

repeat with vIndex= 1 to the number of members of castLib("Tiles")

vList_Of_Titles.AddAt(vIndex,  member(vIndex, "tiles").name)

end repeat
-- 
~~~~~~~~~~~~~~~
[EMAIL PROTECTED]




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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