Ah, Another question i had concerning "arrays" is how to clear em. I assume the programmer is responsible for maintaning the count of an array. Example:
Code: Select all
| To clear the array set count to -1
/varset somearray_count -1
The only problem i see with this the actual memory allocation for this array is still in memory. Is this acceptable? I did see the /zapvars command but did not see how i could clear an individual array.
oh, should i be asking these questions in the macro help section? sorry to spam this area with questions not related to mq2 specifically