Loading a Data File


When loading a data file, you specify the starting register into which the data is to be loaded - usually the same register from which the data was saved. The entire data file is loaded into memory, replacing the previous contents of the registers.


Procedure

To load a data file into data registers:
  1. Make sure the data registers to be filled do not contain data you may need later.
  2. Press [ FILES ] to display the FILE STORAGE menu.
  3. Press { GET }. (If a Constant Memory cartridge is installed and you have file space partitioned, you must then select either the cartridge or the file space as the directory.)

    The calculator displays:
    D_WZMdI8
  4. Press { REG }.

    The calculator displays:
    D_vcIbD3
  5. Enter the lowest of the registers into which data is to be loaded and press { ENT }.

    The calculator displays the following. (If you selected the cartridge as the current directory, the name of the cartridge is shown instead of MEM.)
    D_7yN3sv
  6. Enter the two characters you specified following the + when you saved the data file and press { ENT }.

    The calculator displays a message confirming that the data has been read.

Example

Use the following sequence of keystrokes to load the three data values you saved into registers 020, 021, and 022. This example shows that you can load the data into a different series of registers than those from which they were saved.

Procedure

Press

Display

Clear data registers[ CLEAR ]
[ 2nd ]
[ CMS ]
D_60DwPd
Load a data file *[ FILES ]
{ GET }
{ REG }
D_vcIbD3
Specify register 02020
{ ENT }
D_7Ar4WT
Specify the file name +SPSP
{ ENT }
D_tOpEqQ
Confirm load was OK[ RCL ] 020
[ RCL ] 021
[ RCL ] 022
D_ckIFOUD_fblvSbD_aXAuN6
* If you have a Constant Memory cartridge installed, you must select { MEM } as the current directory after pressing { GET }.

Back