StringList
 
 
 Bean StringList
 
String List Converter

Methods are user callable functions/subroutines that are means of controlling the bean functions.

Methods:

  • 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.



Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.