PickBASIC / FlashBASIC
unlock statement
.mdThe unlock statement resets an execution lock, in the range 0 to 991, previously set with a lock statement.
Syntax
unlock unlock lock.num.exp
Parameter(s)
| lock.num.exp | Specifies which execution lock (from 0 to 991) to reset. If not specified, all locks set by the program are unlocked. |
Example(s)
Referenced by
1 topic mentions unlock statement in its description.