Difference between revisions of "MC-Basic:ARRAYSIZE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:ARRAYSIZE to MC-Basic:ARRAYSIZE: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:35, 22 May 2014

Returns the size of an array’s dimension according to the dimension number (1 for the first dimension, 2 for the second dimension, etc.).

Returns zero if the dimension number is larger than the number of dimensions defined for the array. Also returns zero if the dimension number is zero or negative.

Syntax

<variable> = arraysize (<array_name>, <long_expression>)

Availability

All versions

Type

Long

Scope

Configuration, Task, Terminal

Examples

?ArraySize (Arr, 2)

Size = ArraySize (Arr, X)

See Also