Matrix1 Utility Plug-ins

GET ARRAYPTR DIMENSIONS


Syntax

Dimension size = GET ARRAYPTR DIMENSIONS( Array pointer )

Description

This function is identical to GET ARRAY DIMENSIONS, except that it operates upon an array pointer rather than an array.

Gets the number of dimensions used within the array.

e.g.
dim a(1, 1, 1, 1)
p = GET ARRAYPTR( a() )
print GET ARRAYPTR DIMENSIONS( p )

... will report 4 dimensions.

Go back to ...

Matrix1Util_29 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011