|
SetRemove Lines |
Main Help Table of Contents Previous Next |
|
To remove a variable from memory we use the SetRemove line or the Erase line. This is not done often in KCDw. Should you find a need to remove a variable you would use this syntax:
Example #1: SetRemove, #YourVariableHere
Note: There is no equal (=) sign, that is because we are not resetting the variable, we are simply removing it from memory. |
| Main Help Table of Contents Previous Next |