Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
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 
 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