Click or drag to resize

ADim Function

X#
Calculate the # of dimensions in an array

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION ADim(
	a AS ARRAY
) AS DWORD
Request Example View Source

Parameters

a
Type: Array

Return Value

Type: DWord
Number of dimensions in an array
See Also