2.56 SCANFORTYPE

Use SCANFORTYPE to scan for the next record of the specified type. SCANFORTYPE can be shortened to SFT.

Default

None

Syntax

SCANFORTYPE {type_name | type_number}
type_name | type_number

Specifies the type of record to search for, either by type name or type number. To view a list of record types and their associated numbers, use the SHOW RECTYPE command (see "SHOW").

Example

Both of the following commands return the same result: They display commit records.

SCANFORTYPE Commit
SFT 2