EasyManua.ls Logo

Crestron SIMPL+ - Page 184

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+
®
174 z SIMPL+
®
Language Reference Guide - DOC. 5797G
Example:
(Refer to "File Functions Overview"on page 116)
SIGNED_INTEGER nFileHandle, iErrorCode;
SIGNED_LONG_INTEGER sliArray[10][5];
StartFileOperations();
nFileHandle = FileOpen ( “MyFile”, _O_RDONLY );
IF (nFileHandle >= 0)
{
iErrorCode = ReadSignedLongIntegerArray(nFileHandle,
sliArray);
if (iErrorCode > 0)
PRINT ( “Read array from 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