EasyManua.ls Logo

Crestron SIMPL+ - Page 198

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...
Software Crestron SIMPL+
®
188 z SIMPL+
®
Language Reference Guide - DOC. 5797G
Example:
(Refer to "File Functions Overview"on page 116)
SIGNED_INTEGER nFileHandle, iErrorCode;
INTEGER iArray[10];
StartFileOperations();
nFileHandle = FileOpen ( “MyFile”, _O_WRONLY );
IF (nFileHandle >= 0)
{
iErrorCode = WriteIntegerArray(nFileHandle, iArray);
if (iErrorCode > 0)
PRINT ( “Array written to file correctly.\n”);
else
PRINT ( “Error code %d\n”, iErrorCode);
}
EndFileOperations();
Version:
SIMPL+ Version 3.00.07 or higher (Pro 2 only)
Control System:
2-Series Only

Table of Contents

Other manuals for Crestron SIMPL+

Related product manuals