TI-BASIC Wiki
Advertisement
:Get(variable)

Gets a variable, list, matrix, string, etc. from a linked calculator.

Location[]

  • PRGM
  • I/O
  • A:Get(

Example[]

:ClrHome
:Get(Str1)
:Disp Str1

This program will clear the home screen, get String 1, then display String 1.

Advertisement