<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Find the number of dimensions of a value.
syntax
GetValueDimension(
val
)
Parameters
Type:
General purpose
value.
Return Value
Number
The number of dimensions of the value.
Explanation
Example
1D
a = 1;
a = c(1,2,3);
2D
a = c(c(1,2,3), c(4,5,6));
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation formula syntax
Can be used in expression syntax (e.g. bind syntax)
reference
Revar
GetValueDimension
GetValueElement
GetValueTotalElement