in reply to Re: Re: Clearing user defined variables
in thread Clearing user defined variables

If you dont know which ones, then find out? Else all you have is a mess, if you cant keep track of which variables you're using where. Of course it would be long, its just an alternative to the scoped variables you probably should be using. Globals arent so bad if you know exactly whats being used where and how, and make a note/comment about it somewhere. If you dont, well, throw the thing in the bitbuecket and start again :)

C.

  • Comment on Re: Re: Re: Clearing user defined variables

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.