cmd_printobj Function (ROM Call 0x370)

AMS 1.01 or higher bascmd.h

void cmd_printobj (SYM_STR SymName);

Executes TI-Basic 'PrintObj' command.

cmd_printobj sends the variable whose name is pointed to by SymName (a VAT string, see SYMSTR) as a "Print Object" through the link interface. See the TI-Basic manual (chapter "Creating a Lab Report") for more info about Print Objects.


Uses: push_expression, push_quantum