cmd_fill Function (ROM Call 0x34C)

AMS 1.01 or higher bascmd.h

void cmd_fill (CESI expr, SYM_STR SymName);

Executes TI-Basic 'Fill' command.

cmd_fill replaces each element in the TI-Basic matrix variable whose name is pointed to by SymName (see SYMSTR) with the expression pointed to by expr. The variable must already exist, else an error is thrown.


Uses: remaining_element_count, delete_between, HToESI, push_expression, push_quantum, top_estack, DerefSym, QSysProtected, VarRecall, VarStore


See also: VarStore