Quick and kinda noob question here.
How can I completely clear a list variable so there’s nothing left stored?
I have a set variable command looping where the end of loop is varying from run to run (will sometime set values for 0 to 15, and some other time 0 to 11.) I don’t want values stored in position 12 to 15 to stick when they don’t get overridden.
Thanks,