EasyManua.ls Logo

Crestron SIMPL+ - GenerateUserWarning Function

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 239
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 page 216 for a list and description of valid Format Specifiers.
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

Table of Contents