cmd_fnoff Function (ROM Call 0x34D)

AMS 1.01 or higher bascmd.h

void cmd_fnoff (CESI IntList);

Executes TI-Basic 'FnOff' command.

If IntList points to END_TAG, cmd_fnoff deselects all 'Y=' functions for the current graphing mode (note that in split-screen two-graph mode, cmd_fnoff only applies to the active graph). If IntList points to an integer item in the range from 1 to 99, cmd_fnoff deselects the specified 'Y=' function for the current graph mode, and repeats this task for all expressions on the expression stack below IntList, until END_TAG is reached.


Uses: next_expression_index, gr_active, EQU_select
Used by: cmd_newprob


See also: cmd_fnon