Del-Variable
Last Update: 2/4/2015
Use the delete command. To delete a local variable, type the following:
del -al varName
To delete a project variable, type the following:
del -v varName
You can also use wildcards to delete all variables starting with 'var':
del -v var*
Note: The ed command will open the LabTalk Variables and Functions dialog. In this dialog you can check to select what variables you wish to display, such as Session, System, String, etc. Select a variable and click the Delete button to delete the selected variable.
Keywords:edit, session