GetFuncPrgmBodyPtr Function (ROM Call 0x43A*)

vat.h

ESI GetFuncPrgmBodyPtr (ESI ptr);

Returns a pointer to a TI-Basic function/program body.

GetFuncPrgmBodyPtr returns the pointer to the function or program body of the TI-Basic function or program pointed to by ptr. ptr must point to the FUNC_TAG quantum, i.e. to the last byte of the variable. The parameters and flags are skipped. See Tags for more info on tags.


Uses: next_expression_index
Used by: GetDataType, VarOpen, handleRclKey