I'm trying to destroy an array, but am getting an unknown command error on the undim statement when executing. I also noticed it didnt turn that pretty blue that the known commands do when I entered it.
DIM myList[10]
myList[1] = 33
UNDIM myList[]
I haven't found anyone else posting about this (at least via search).
Am I entering something incorrectly or is this an existing issue?
Thanks.