>There's also a shortcut, if you know your way around, which is:
>
>on doit
>   myList =[]
>   setAt(myList, 100, 0)
>end

Don't forget this shortcut
on doit
   myList = []
   myList[100] = 0
end

>But either way, you now have a list with 100 slots initialized to 0.

Later.
...Neil



[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