Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®
Example:
STRING temp$[10];
Signifies that one local STRING is declared in this SIMPL+ program.
STRING temp$[2][10];
Signifies that three strings of 10 characters long have been allocated.
To assign values, the following would be legal:
temp$[0]="Val1";
temp$[1]="Val2";
temp$[2]="Val3";
Version:
SIMPL+ Version 2.00 for SIZE and NUM_CHARACTER up to 65535.
SIMPL+ Version 1.00 for everything else.
Software
®
SIMPL+
63
Need help?
Do you have a question about the SIMPL+ and is the answer not in the manual?
Questions and answers