fileGetStringSZ
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Method Syntax (Dynamic)
Description
The function reads a string from the specified file. Characters are read until the end of line is reached or the number of read characters is equal to buffsize -1. The end of line is marked either- by a single line feed or
- a carriage return and a line feed (DOS file)
Parameters
- buff: Buffer for the read-out string
- buffsize: Length of the string
- fileHandle: Handle to the file