I'm writing a program right now that's trying to hang on to variables between iterations. Since it's making different sized arrays for each run through, it'll sometimes leave the previous values if the new array is smaller.
Is there a quick way to wipe all variables at the beginning of a program? Like a CLEARVARS or something?
Is there a quick way to wipe all variables at the beginning of a program? Like a CLEARVARS or something?
Comment