maeDeleteVar
maeDeleteVar(t_varName[?sessiont_sessionName] ) => t/ nil
Description
Deletes the specified variable from the setup database.
Arguments
|
If not specified, the output is deleted from the current session. |
||
Value Returned
Examples
Deletes the variable VDD from the specified maestro session.
sess= maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeDeleteVar("VDD")
=> t
Return to top