SaveStringF (Function) |
Top Previous Next |
SaveStringF will save a string to a specific location in the persistent FRAM memory. Input: index : INT (1..20, 1..100) Location number the string should be saved in.
str : STRING String that is to be saved.
Returns: INT (Only reported from firmware version 5.00 / R1.30.00)
Declaration: FUNCTION SaveStringF;
Example: INCLUDE rtcu.inc |