Next Topic

Previous Topic

Book Contents

Read

string Read(int iSize)

Return values

A array of data if the function is successful; otherwise nil if no data could be read, and a specific error code can be retrieved by calling global function GetLastError.

Parameters

  • iSize - When call to function returns the variable is set to the size of the data read. If no data was read this value will be zero.