cmd_output Function (ROM Call 0x369)

AMS 1.01 or higher bascmd.h

void cmd_output (CESI Row, CESI Column, CESI Expr);

Executes TI-Basic 'Output' command.

cmd_output first displays the current contents of the TI-Basic Program I/O Screen window. Then, the expression (or string, if Expr points to a STR_TAG) pointed to by Expr is displayed on the TI-Basic Program I/O Screen window at the TI-Basic text coordinates determined by expressions (usually numbers) pointed to by Row and Column. If "Pretty Print" in current calculator mode settings is turned on, expressions are displayed in mathematical notation.


Uses: HeapFree, ER_catch, ER_success, ER_throwVar, estack_to_short, Parms2D, Parse1DExpr, Parse2DExpr, Print2DExpr, top_estack, EV_setFKeyState, EV_startApp, ScrToHome, ScrToWin, TE_unfocus, EV_currentApp, EV_quit, WinActivate, WinAttr, WinBackupToScr, WinClr, WinDeactivate, WinHeight, WinHide, WinScrollV, WinStrXY, ROM Call 0x457, ROM Call 0x471