> Also, is it really a must to declare variables used in computation to be
> global in scope?  I tried declaring the variable vola1 as local (set vola1 =
> 0.0) but when i test the value in the message window it returned a <VOID>
> value.  Why is this?

Don't know about the rest of your query, but as far as I understand it,
variables only need to be declared global if you intend to pass them from
one place to another. In other words, if you can finish working with a
variable inside one handler, then there is no need for a global.



Court Batson
[EMAIL PROTECTED]
http://www.bentmedia.com/
Bent Media, Inc.
128 South Clark Street
New Orleans, LA 70119-6103
(504) 488-2848 x21 Voice
(504) 488-2979 Fax



[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