<< Click to Display Table of Contents >> UNLOCK |
UNLOCK is used to set an open databank editable.
unlock databank ;
open 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).
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;.