Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To reverse the search condition (to execute the statements after the ‘if’ if the text was not found), put an ‘!’ directly in front of the word ‘search’ as in

 if (!search, ‘‘search text’‘)

...

text, 40/200’‘)

 

Where 40 and 200 are screen positions. To see how to calculate the total number of screen positions, refer to the next paragraph.

To calculate the screen size, multiply total screen rows by total columns and subtract 1. For example, with a 24*80 screen, the search positions can range from 0 – 1919. The above command will only search the screen for the specified text from position 40 through position 200. If the search text exists outside of the specified region, it will not be found. To search the whole screen, omit the beginning and ending screen positions


Next Command