fields parameter

The fields parameter may be used to query or set the current editing fields.  A field consists of one or more columns.  When you insert or delete text in one field it does not affect the text in the fields that follow it.

Availability

query command
set command

Scope

The current view.

Syntax

query fields
set fields [ startingColumn ] [...] 

Parameters

startingColumn Use the startingColumn parameter to  indicate the starting column for a field.  You may specify as many starting columns as you wish.  Each starting column will indicate the start of a new field.

Examples

query fields
set fields 7 73 


query command
set command