> 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!]
- <lingo-l> Playing SWA with LOOP Mahmood Akhtar
- Re: <lingo-l> Playing SWA with LOOP John Erazo
- Re: <lingo-l> Playing SWA with LOOP Mahmood Akhtar
- Re: <lingo-l> Playing SWA with LOOP John Erazo
- <lingo-l> Syntax help Paul Steven
- Re: <lingo-l> Syntax help Roy Pardi
- <lingo-l> Open File Brad Hintze
- RE: <lingo-l> Open File Clint Little
- Re: <lingo-l> Open File Anuchit Chawchat
- Re: <lingo-l> Open File Roy Pardi
- Re: <lingo-l> Playing SWA with LOOP Leif E. Wells
- Re: <lingo-l> Playing SWA with LOOP Mark A. Boyd
- Re: <lingo-l> Playing SWA with LOOP Matthias Amberg
- Re: <lingo-l> Playing SWA with LOOP Mahmood Akhtar
- Re: <lingo-l> Playing SWA with LOOP ramesct
- Re: <lingo-l> Playing SWA with LOOP Mahmood Akhtar
- Re: <lingo-l> Playing SWA with LOOP ramesct
- Re: <lingo-l> Playing SWA with LOOP ramesct
- Re: <lingo-l> Playing SWA with LOOP Mahmood Akhtar
