joelwenzel
Programmer
- Jun 28, 2002
- 448
Is there a way to create variables in a function so that they are destroyed when the function is finished processing?
I want to be able to declare a variable in two separate functions that have the same name but I cannot if I can't destroy it at the end of the function
I want to be able to declare a variable in two separate functions that have the same name but I cannot if I can't destroy it at the end of the function