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!]

Reply via email to