Navigation: Scripting Reference Manual > Functions & Subroutines > GetDim

 

GetDim

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the number of dimensions in a particular array.

 

Syntax

dims = GetDim ( any )

 

Parameters

dims (Long)

The number of dimensions of the array, or 0 if any is not an array.

 

any (Array of any type)

An array of any type.

 

Remarks

This function retrieves the number of dimensions in a particular array.  If there is a problem, the function returns 0 but does not set an error.

 

See Also

GetLength3D

SetLength3D

Examples

 

 

 

 

 

 

Copyright © Photon Engineering, LLC