[ANN] V4MD_WIN 2.0 beta 15 uploaded

Martin Kloss martin.kloss at gmx.de
Fri Sep 10 11:33:27 CDT 2004


At 11:25 10.09.2004, you wrote:
>Drawback of this - you need to reference it in any function that
>is used it. I mean:
>
>    on myFunction
>        global Valentina
>
>        //Now you can use it.
>    end myFunction

you don't have to use the global keyword in every function,
you can just reference the global once at the top of a script
member:

global Valentina

on myFunction1
   put Valentina
end myFunction

on myFunction2
   put Valentina
end myFunction2

Martin.


Martin Kloss
"Everybody is somebody else's weirdo."

Like the author? Buy the book:
http://www.amazon.de/exec/obidos/ASIN/3934358322/lingmmugd

Need music? http://www.selling-sound.com

Get your daily dose of Lingo: http://www.lingopark.de





More information about the Valentina-beta mailing list