getProfileArray
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE Note: A filename must be passed to this function. The absolute filename is determined by means of a search procedure.Function Syntax
Description
Searches the file under section section for the variable entry. Entry is interpreted as a list of numerical values, separated by comma, tab, space, semicolon or slash. A 0x prefix indicates hex values.Parameters
- section: Section of the file as a string.
- entry: Variable name as a string.
- buff: Buffer for the read-in numerical values. Due to the char data type, the values must be in the range -128 .. 127 (inclusive).
- buffsize: Size of buff: Maximum number of read in numerical values (max. 1279 characters).
- filename: File path as a string.
- utf16: If this flag is set the file will be interpreted as UTF-16LE encoded, if the corresponding BOM is also present.