Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 37
#DEFINE_CONSTANT
Name:
#DEFINE_CONSTANT
Syntax:
#DEFINE_CONSTANT <constant_name> <constant_value>
Description:
Define a <constant_value> that will be substituted anywhere in the current source file 
where <constant_name> is used. 
Example:
#DEFINE_CONSTANT ETX 0x03
INTEGER I;
I=ETX;
Assigns the value of 0x03 to the variable I.
Version:
SIMPL+ Version 1.00