You might also consider whether you really need a bunch of variables named
pTwister1 pTwister2 pTwister3....pTwisterN or it would make more sense to
have one variable pTwisterList and make it a list holding those variables:
pTwisterList = ["red", "green", "yellow"...] or a propertylist....
You can do it with the suggested do line, but often when you come to having
to "do" that there's some confusion in the code.
roymeo
-----------
Roy Crisman
Macromedia Director Programmer, Lingo Guru, Multimedia Producer
150 Laidley St #1
San Francisco, CA 94131-2754
(585)615-2873 cell
http://www.brokenoffcarantenna.com/
roymeo(AT)brokenoffcarantenna.com
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]