Declaring variable inside procedure
- Posted by evanmars Jan 20, 2011
- 1113 views
Is there a way to declare a variable inside a procedure/function and have it retain its value? (Would this be static? -which I realize does not exist)
Or do I still have to declare it outside of the procedure?