Use SelectType to set the session's default selection type. (See Selection.)
SelectType may also be entered as SelectT[ype] or SelT[type].
The session's current default selection type is visibly indicated by the toolbar selection icon that is depressed.
Optional Operands
TYPE is the type of selection to be created, by default. Specify one of the following:
LINE specifies that entire lines will be selected.
COLUMN specifies that entire columns will be selected, implying that only a portion of any particular line is selected.
GRID specifies that rectangular areas will be selected.
CHAR specifies that portions of lines or paragraphs will be selected, and that selection occurs in a "stream" format, i.e., forward selection proceeds from the last character in the current line to the first character in the following line.
Return Codes
OK Successful.
Examples
Set the session's default selection type to LINE:
=> selt line