The syntax rules for using the FIND command to search for character strings are:
Examples
These examples show various ways you can search for the previous occurrence of the suffix tion, within columns 20 to 40.
Command ===> f tion prev suffix 20 40 Command ===> find prev suffix 'tion' 20 40 Command ===> f 'tion' 20,40 suffix prev Command ===> find 20,40,prev,suffix,tion Command ===> f prev 20 40 'tion' suffix
| Copyright © 2012 CA. All rights reserved. |
|