![]() ![]() |
|
UNLOCKThe UNLOCK statement releases a previously LOCKed execution lock. COMMAND SYNTAXUNLOCK {expression}
SYNTAX ELEMENTSIf expression is specified it should evaluate to the number of a held execution lock, which will then be released.
NOTESNo action is taken if the program attempts release an execution lock that it had not taken. See also LOCK.
EXAMPLE
|