Hi there

I want to create a list of the names of all the members in a particular cast
but I can't for the life of me get the syntax correct. Here is what I have
tried

  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


Could someone point me in the right direction

Thanks

Paul


[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