Few questions here for the gurus...
First, var scopes are local or global for simple vars. Arrays are simply declared to be arrays, but no scope is defined. Are arrays global in scope, or only in scope to the declaring sub?
Second, the documentation doesn't show any functions dealing specifically with arrays. Are there any hidden functions that return the size (element count) of an array, or is this something one has to keep up with manually in code?
Third, is there a way to "delete" or "resize" arrays in the MQ macro language?
I'm trying to understand all the ins and outs of arrays as best I can.
- TI

