TI-83 Plus Programming 533
GetCalc(
GetCalc( gets the contents of variable on another TI-83 Plus and stores it
to variable on the receiving TI-83 Plus. variable can be a real or complex
number, list element, list name, matrix element, matrix name, string,
Y= variable, graph database, or picture.
GetCalc(variable)
Note: GetCalc( does not work between TI.82 and TI-83 Plus calculators.
Get(, Send(
Get( gets data
from the CBL 2/CBL or CBR and stores it to variable on the
receiving TI-83 Plus. variable can be a real number, list element, list
name, matrix element, matrix name, string, Y= variable, graph database,
or picture.
Get(variable)
Note: If you transfer a program that references the Get( command to the
TI-83 Plus from a TI.82, the TI-83 Plus will interpret it as the Get( described
above. Use GetCalc( to get data from another TI-83 Plus.
Send( sends the contents of variable to the CBL 2/CBL or CBR. You
cannot use it to send to another TI-83 Plus. variable can be a real
number, list element, list name, matrix element, matrix name, string,
Y= variable, graph database, or picture. variable can be a list of elements.