Overload List

  NameDescription
Public methodStatic memberFileGetChar(SalFileHandle)
Returns the next character in an open file.
Public methodStatic memberFileGetChar(SalFileHandle, SalNumber%)
Returns the next character in an open file. You must use this function in place of the SalFileGetChar function if the file contains non- ASCII (ANSI) or 16-bit characters. If the character returned is a 16-bit character, the lead byte of the character is in the high-order byte, and the trail byte is in the low- order byte. To get the lead byte, use SalNumberHigh. To get the trail byte, use SalNumberLow.

See Also