TempFolderName Function (ROM Call 0x76)

vat.h

SYM_STR TempFolderName (unsigned short TempNum);

Creates a temporary folder name.

TempFolderName converts the number TempNum in a four-digit string which corresponds to the given number (i.e. 12 will be converted into "0012"). This string will begin with '\0' character, and TempFolderName will return a pointer to the terminating '\0' character, as expected by many TIOS VAT routines (see SymAdd for more info about symbol names). TIOS will accept such "numeric" folder names, but they are invisible for the TI-Basic system, VAR-LINK menu, etc. TIOS creates and uses such folders for storing local variables during execution of TI-Basic programs.


Uses: sprintf
Used by: FolderAddTemp, FolderDelAllTemp, FolderDelTemp, VarRecall, cmd_cyclepic, cmd_local, push_indir_name, push_parse_text, de_initRes, de_loop, EQU_getNameInfo, gr_del_locals, InitDEMem, InitTimeSeq, push_parse_prgm_or_func_text, recall_data_var, Regraph, store_func_def