Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 95
GetNumArrayCols
Name:
GetNumArrayCols
Syntax:
INTEGER GetNumArrayCols(STRING | INTEGER ARRAY_NAME); 
Description:
Finds the number of columns in a two-dimensional array or the size of the array for 
a one-dimensional array.
Parameters:
ARRAY_NAME is the array as determined by the size.
Return Value:
For the data types in the table after this paragraph, the return value of 
GetNumArrayCols is shown.
DATA TYPE
RETURN VALUE
ANALOG INPUT X [size]
Size
ANALOG INPUT X [size]
Size
DIGITAL INPUT X [size]
Size
DIGITAL OUTPUT X [size]
Size
STRING INPUT X [size]
Chars
STRING INPUT X [size] [chars]
Chars
STRING OUTPUT X [size]
Size
STRING X [chars]
Chars
STRING X [size] [chars]
Chars
INTEGER X [size]
Size
INTEGER X [size 1] [size 2]
Size2
SIGNED_INTEGER X [size]
Size
SIGNED_INTEGER X [size1] [size2]
Size2
SIGNED_LONG_INTEGER X [size]
Size
SIGNED_LONG_INTEGER X [size 1] [size 2]
Size2
BUFFER INPUT X [chars]
Chars
BUFFER INPUT X [size] [chars]
Chars