LoadStringX (Function) |
Top Previous Next |
LoadStringX will load a string from a specific location in the persistent extended FLASH memory.
Use the GetFlashXSize function to determine the highest location it is possible to read from.
Note: not all RTCU devices support extended flash memory.
Input: index : INT (1..max) Location number the string should be loaded from.
Returns: STRING The string from the specified location.
Declaration: FUNCTION LoadStringX : STRING;
Example: INCLUDE rtcu.inc |