LoadString (Function) |
Top Previous Next |
LoadString will load a string from a specific location in the persistent FLASH memory.
Input: index : INT (1..192) Location number the string should be loaded from.
Returns: STRING The string from the specified location.
Declaration: FUNCTION LoadString : STRING;
Example: INCLUDE rtcu.inc |