Crestron SIMPL+ Reference Manual page 42

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Software
®
32
SIMPL+
Declaration Examples:
DECLARATION
DIGITAL_INPUT in[10];
INTEGER MyArray[10][20];
STRING PhoneNumbers[100][32];
STRING_INPUT in$[32];
STRING_OUTPUT out$[10];
STRING_INPUT in$[5][32];
<struct_type> myStruct[10];
Crestron SIMPL+
MEANING
10 digital inputs, in[1] to in[10]
11 rows by 21 columns of data, from
MyArray[0][0] to MyArray[10][20]
101 strings that are a maximum of 32
characters long, e.g. PhoneNumbers[0] to
PhoneNumbers[100]
One input string called in$ that is 32 characters
long.
Ten output strings, out$1 to out$[10]. Their
length does not have to be specified.
Five input strings, in$[1] to in$[5] that are 32
characters long.
11 structure elements from myStruct[0] to
myStruct[10].
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading

Table of Contents