Global variables
Posted: Sun Nov 14, 2004 12:14 am
hi,
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
). Thus I would prefer to make a few of them protected instead of thousands global
]
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

