Table of Contents

UnlockVariable statement

Description

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).

Syntax

UnlockVariable variable

Parameters

The UnlockVariable statement accepts an argument for the following parameter.

ParameterDescription
variableA BASIC+ variable name previously locked by LockVariable.

See Also

GetPointer(), GetValue(), LockVariable