bas7ex.hlp (Topic list)
LOC Function Programming Example
                       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