02-04-2024, 01:13 PM
(02-04-2024, 12:17 PM)SMcNeill Wrote: If I had hundreds of variables and dozens of multi-dimensional arrays, I'd still avoid CLEAR to rerun the program. Instead, I'd:That's the solution! Very simple.
SHELL "program_name.EXE"
SYSTEM
End the existing instance and run a new one. Never any worries then about what's freed, reset, cleared, or holding residual values.