S
Sy Ys
I've got a class which calls itself several times (recursive). While
this class is calling itself, I want it to be appending a global array (
<< ). I can't figure out how to make the array itself global, so for now
each time the class calls itself, it creates the array anew again. Help?
this class is calling itself, I want it to be appending a global array (
<< ). I can't figure out how to make the array itself global, so for now
each time the class calls itself, it creates the array anew again. Help?