UnlockVariable statement

Unlocks a BASIC+ variable that has been locked with LockVariable. NOTE Unlockvariable is no longer required, as Lockvariable no longer actually locks the variable (it only specifies the data type of the variable's data).

UnlockVariable variable

The UnlockVariable statement accepts an argument for the following parameter.

ParameterDescription
variableA BASIC+ variable name previously locked by LockVariable.
  • guides/programming/programmers_reference_manual/unlockvariable.txt
  • Last modified: 2024/07/11 13:42
  • by 127.0.0.1