just a short question:
Is it possible to make all variables global, or at least every variable declared outside a procedure (ie. like delphi does).
[I use LOTS OF variables in my code and usually structure it with procedures (I thought about gosubs, but I use a windows callback procedure and cannot call gosubs from within it

