Previous Topic: Syntax RulesNext Topic: RFIND Browse Command


Examples

In the following examples (which are all functionally equivalent), the user wants to find the suffix TION between columns 20 and 40 (inclusive):

F TION PREV SUFFIX 20 40
FIND PREV SUFFIX "TION" 20 40
F 'TION' 20,40 SUFFIX PREV
FIND 20,40,PREV,SUFFIX,TION
F PREV 20 40 'TION' SUFFIX