◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── 'This example uses the LOC function to stop the program if the current file 'position is beyond 50. 'Note: This example is incomplete. IF LOC(1) > 50 THEN STOP