Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
70 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
Nonvolatile
Name:
Nonvolatile 
Syntax:
Nonvolatile
Description:
Global integer and string program variables will retain their value if hardware power 
is lost. 
Example:
Nonvolatile integer n;
Nonvolatile string s[100];
Version:
SIMPL+ Version 3.00
Control System:
2-series only. The X-generation processors will give a message that says all variables 
are non-volatile.
NOTE: This is not a declaration but a declaration modifier. It works only in 
conjunction with another declaration keyword.