User Guide

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.