On 3/28/01 12:29 AM, "Kerry Thompson" <[EMAIL PROTECTED]> wrote:
> How do I step through the list, sequentially retrieving the values of the
> multiple #name items?
Repeat with x = 1 to mylist.count
repeat with y = 1 to mylist[x].count
put mylist[x][y]
Like that?
[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> Repeat properties Kerry Thompson
- Re: <lingo-l> Repeat properties Tab Julius
- Re: <lingo-l> Repeat properties Kerry Thompson
- Re: <lingo-l> Repeat properties g r i m m w e r k s
- Re: <lingo-l> Repeat properties Kerry Thompson
- RE: <lingo-l> Repeat prope... Karina Steffens
- Re: <lingo-l> Repeat prope... Tab Julius
- RE: <lingo-l> Repeat p... Karina Steffens
- RE: <lingo-l> Repe... Tab Julius
- RE: <lingo-l> Repe... Karina Steffens
- RE: <lingo-l> Repe... Tab Julius
- RE: <lingo-l> Repe... Clint Little
- RE: <lingo-l> Repe... Karina Steffens
- RE: <lingo-l> Repe... Colin Holgate
