TI-BASIC Wiki
Advertisement

The RCL function is used to paste the value of a variable instead of a variable. It is not a command line function and cannot be used in program. However, it can be used while writing a program when a value is in a variable and that value should be hard coded.

RCL can also be used to copy all command lines from one program into another program.

  1. Press [RCL]. Rcl is displayed on the bottom line of the program editor.
  2. Press [PRGM] [<] to display the PRGM EXEC menu.
  3. Select a name from the menu. prgmname is pasted to the bottom line of the program editor.
  4. Press [ENTER]. All command lines from the selected program are copied into the current program.

! This article is a stub. Please help the TI-BASIC Wiki by expanding it

Advertisement