Previous Topic: SynonymsNext Topic: FM


Parameters

string

Lets you specify a 1- to 32-character text string (including quotes) that you can use as a search argument. If it contains blanks or commas, it must be enclosed in quotes.

P

Lets you locate the string by searching backward from the current cursor position.

Values:

P or PREV

F

Lets you locate the first occurrence of the string by searching forward from the top of the data.

Values:

F or FIRST

L

Lets you locate the last occurrence of the string by searching backward from the bottom of the data.

Values:

L or LAST

col1

Lets you specify a 1-origin column number in which the string must begin, or the 1-origin column number that begins the range of columns in which the entire string must be found.

col2

Lets you specify a 1-origin column number that ends the range of columns in which the entire string must be found.

Usage Notes: