Hi,

I want create 100 variables called 'var1', 'var2' .... 'var100'.

my handler currently reads :

on doit
  repeat with i = 1 to 100
    "var"&i = 0
  end repeat
end

but Lingo doesn't like the fact that my code is trying to set a string ...
not a variable. Is there a way to do this!!!!

Thanks you,

Jason.


[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