maeDeleteParameter
maeDeleteParameter(t_parameterName[?sessiont_sessionName] ) => t/ nil
Description
Deletes the specified parameter from the setup database.
Arguments
|
If not specified, the parameter is deleted from the current session. |
||
Value Returned
|
The specified parameter is not deleted from the setup database. |
||
Examples
Deletes the parameter /I0/1 from the setup database.
maeDeleteParameter("/I0/l")
=> t
Return to top