LoadStringF (Function) |
Top Previous Next |
LoadStringF will load a string from a specific location in the persistent FRAM memory.
A total of 20 (X32) / 100 (NX32/NX32L) FRAM entries are available.
Input: index : INT (1..20 or 1..100) Location number the string should be loaded from.
Returns: STRING The string from the specified location.
Declaration: FUNCTION LoadStringF : STRING;
Example: INCLUDE rtcu.inc |