Generateuserwarning - Crestron SIMPL+ Reference Manual

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

Advertisement

Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

GenerateUserWarning

Name:
GenerateUserWarning
Syntax:
GenerateUserWarning(<Static Specification String> [, <arg1>
...]);
Description:
Places a warning message into the control system's error log
Parameters:
<Static Specification String> is a quoted string that contains text and formatting
information. Format specifiers are of the form: %[[Pad]Width]specifier
Refer to
"Print" on
Return Value:
None.
Example:
Function MyFunc()
{
STRING sWarning;
sWarning = "Projector";
GenerateUserWarning( "The %s bulb has a total of %d
hours", sWarning, 800 );
}
Version:
SIMPL+ Version 3.01.07
Control System:
2-Series Only
page 216
for a list and description of valid Format Specifiers.
Software
®
SIMPL+
239

Advertisement

Table of Contents
loading

Table of Contents