cmd_getcalc Function (ROM Call 0x351)

AMS 1.01 or higher bascmd.h

void cmd_getcalc (SYM_STR SymName);

Executes TI-Basic 'GetCalc' command.

cmd_getcalc receives a variable (or program) whose name is pointed to by SymName (a VAT variable name, see SYMSTR) from the link interface. This function does nothing more than to call the function getcalc from the link.h header file.


Uses: getcalc


See also: cmd_sendcalc, cmd_sendchat, cmd_get, getcalc