StringList
 
Component StringList
String List Converter
Component Level: High
Category: SW-Data
Methods:
(Methods are user-callable functions/subroutines intended for the component functions control. Please see the Embedded Components page for more information.)
  • GetNumLines - Return a number of lines in the file.

      ANSIC prototype: word GetNumLines(void)
    • Return value:word - Number of lines

  • GetLine - Return a specified line of the file.

      ANSIC prototype: char* GetLine(word Idx)
    • Idx:word - Index of the line (0 to List Length)
    • Return value:char* - Returned pointer to line (string)


Note: Some methods can be implemented as macros.