Crestron SIMPL+ Reference Manual page 76

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

Advertisement

Software
®
66
SIMPL+
Example:
STRING_OUTPUT TheName$;
Signifies one string called TheName$ that is generated by the SIMPL+ program and
sent to the SIMPL program.
STRING_OUTPUT SortedNames$[5];
Specifies five strings that are generated by the SIMPL+ program and sent to the
SIMPL program. The names are referred to as SortedNames[1] through
SortedNames[5].
STRING_OUTPUT SortedNames$[5,5];
Same as above except all five are always shown.
Version:
SIMPL+ Version 3.01 - Fixed size arrays and minimum sizes.
SIMPL+ Version 3.00 - can no longer be passed to functions by reference. (2-Series
Control Systems only)
SIMPL+ Version 2.00 for STRING_OUTPUT arrays.
SIMPL+ Version 1.00 for everything else.
Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading

Table of Contents