UNLOCK

<< Click to Display Table of Contents >>

Navigation:  Gekko User Manual > Gekko statements >

UNLOCK

Previous pageReturn to chapter overviewNext page

UNLOCK is used to set an open databank editable.

 


 

Syntax

 

unlock databank ;

 


 

Example

 

open mybank;
unlock mybank;

 

This opens up mybank in the last position on the databank list (F2), and sets it editable (so that data inside can be changed).

 

 


 

Note

 

You may use OPEN<edit> to open an editable databank in the first position. open<edit>mybank; is actually short for open<first>mybank; unlock mybank;.

 


 

Related statements

 

LOCK, OPEN