varlock
Locks a variable.
Syntax
varlock(scope, variable_name)
Input argument
scope - a string: 'global', 'base', 'caller', 'local'.
variable_name - a string: variable name.
Description
varlock locks a variable.
Locked variables cannot be killed.
ans variable cannot be locked.
Example
See also
History
Author
Allan CORNET
Last updated