t2:mslot_load

mslot_load


mslot_load - Load memory slot

Description


void mslot_load(uint8 slot_no);

Load the memory slot of number slot_no.

Parameters


  • slot_no: The memory slot number to be loaded, from 1 to 9. Passing 0 to this parameter results in unload the current loaded memory slot.

Return Value


No value is returned.

Examples


Example #1 mslot_load() example

init {
    if(mslot_get() > 9) {
        mslot_load(0);
    }
}

See Also

t2/mslot_load.txt · Last modified: 2018/12/13 18:22 by J2Kbr