Clearing multiple variable instances
rcm14
Posts: 11
If I setup multiple instances of a variable in the VAR block, can I clear all the instances at once?
Essentially my question is this: Would the following code work?
Any help would be greatly appreciated.
Essentially my question is this: Would the following code work?
VAR[INDENT]long symbol[30] [/INDENT] PUB Main [INDENT] 'Would the line below clear each instance of the variable "symbol" symbol~ ... ...[/INDENT]
Any help would be greatly appreciated.
Comments
-Phil
Global variables start out zero.
I'll bet you're right. "Instance", in this case means "element" (of the array).
-Phil