[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To remove an entire local variable, you can use the KILL
command with the unsubscripted name of the variable:
KILL MYLOCAL
If you only want to remove part of a local variable, i.e., beginning at a certain subscript level, use the KILL
command with a subscripted name:
KILL MYLOCAL("foo")
This will remove only the "foo"
subscript and all of its children.
If you only want to remove the data value at a specific subscript level, leaving the subscript itself intact, use KVALUE
:
KVALUE MYLOCAL("foo")
This document was generated on May 5, 2025 using texi2html 5.0.