83Plus:BCALLs:4366
From WikiTI
This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.
Synopsis
Unofficial Name: DelVarEntry
BCALL Address: 4366
This BCALL deletes the entry of a variable and adjusts pointers as necessary.
Inputs
- DE points to VAT entry of variable
- BC is size of VAT entry (7 + name length)
Outputs
- None
Destroys
- Unknown
Comments
In theory, this can be used to delete the variable's data as well. It updates the following pointers:
- pTemp
- progPtr
- editSym
- tSymPtr1
- tSymPtr2
- chkDelPtr3
- chkDelPtr4
- XOutSym
- YOutSym
- inputSym
- fmtMatSym
I have no idea what distinguishes this from the other DelVar/DelMem variants.