AKD BASIC Non-Volatile Memory Variable Definition
AKD BASIC provides the functionality for writing a variable to non-volatile memory, for retrieval after powering up the device. To achieve this you must define the variable as NV. For example:
DIM myVariable as integer NV
This is discussed in the AKD BASIC help under "Statements".