◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── LOCK [#]filenumber% [,{record& |[start&] TO end&}] . . . UNLOCK [#]filenumber% [,{record& | [start&] TO end&}] ■ filenumber% The number with which the file was opened. ■ record& The number of the record or byte to be locked. ■ start& The number of the first record or byte to be locked. ■ end& The number of the last record or byte to be locked. See Also ◄OPEN (File I/O)►