Crestron SIMPL+ Reference Manual page 73

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

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents