Please enable JavaScript to view this site.

A-Shell Reference

REDIMX $aryname()

This is similar to the syntax for destroying other dynamic arrays, except here the parentheses must be empty.

As with other dynamic arrays, the ordered map arrays will be automatically destroyed when they go out of scope—i.e. when the function or procedure in which it was declared returns, or for global and module scope arrays, when the program ends or SBX returns. Explicit destruction is not typically necessary.

See Also