Not sure of exactly what you're trying to do or how you're test your variable in message window, but what I usually do is simply use a 'put' statement to check the state of variables.
example:
on whateverYourFunction
set vola1 = 0.0
do myfunction
put vola1
end whateverYour Function
Then check your message window. This is usually a better way of checking the state of your variables.
If you are passing vola1 as a parameter (hence the subject name), you don't have to declare it global.
Hope it helps. Good luck.
Mike Cash
videobred.com
Get your FREE download of MSN Explorer at http://explorer.msn.com
[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!]
