Crestron SIMPL+ Reference Manual page 79

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

Advertisement

Crestron SIMPL+
Declaration Modifiers
Language Reference Guide - DOC. 5797G
®
Volatile
Name:
Volatile
Syntax:
Volatile
NOTE: This is not a declaration but a declaration modifier. It works only in
conjunction with another declaration keyword.
Description:
Global integer and string program variables will not retain their value if hardware
power is lost.
Example:
Volatile integer n;
Volatile string s[100];
Version:
SIMPL+ Version 3.00
Control System
2-Series Only . The X-generation compiler will give an error message saying that all
variables are non-volatile.
Software
®
SIMPL+
69

Advertisement

Table of Contents
loading

Table of Contents