tcl.edit-list

Verb: Access/TCL, Releases: AP and R83

Edits saved list using line editor.

Syntax

edit-list {file.reference} {itemlist*} {(options)}

Description

retrieves a previously saved list and enters the line editor (same as 'ed' or 'edit').

Each element in the list is treated as a line by the line editor; all of the line editor edit commands are valid.

If no file.reference is given, the list is retrieved from 'pointer-file'.

If itemlist* is not specified, the default list item will be updated: %user, where user is the user-id.

See the 'el' command for using the Update processor to update saved lists.

Options


a Activates the assembly formatter. Equivalent to the 'as' editor command.

d Allows editing a 'd-pointer'.

m Activates the macro expansion function. Equivalent to the 'm' editor command.

p Directs the output to the system printer, via the spooler.

s Suppresses the display of line numbers, in normal edit mode, or suppresses object code display when the assembly formatter is 'on'. Equivalent to the 's' editor command.

z Suppresses the 'top' and eoi' messages.

Example

edit-list invoices.past.due

edit-list dict customers cust.list

edit-list

See Also

Command Name Type Description
tcl.itemlist* Definition Specifies list of item-ids for TCL2 processes.
tcl.el Verb: Access Edits saved list using Update processor.
tcl.get-list Verb: Access Retrieves previously saved list.
tcl.copy-list Verb: Access Copies previously saved lists.
tcl.save-list Verb: Access Saves active list.
access.select Verb: Access Creates list of items meeting specific criteria.
tcl.ed Verb: Access Invokes line editor.
tcl.delete-list Verb: Access Deletes previously saved lists.
tcl.qselect Verb: Access Creates active list from item(s).
active.list Definition A list of strings delimited by attribute marks created by one of the list-generating processes.
secondary.list Definition A list of item-id's generated by one of the list-generating processes while an active list is present.
filename.pointer-file File Contains saved lists.
tcl.sort-list Verb: Access Retrieves, sorts and rewrites previously saved list.
tcl.fl Verb: Access Forms single list from two lists.
tcl.list-lists Verb: Access Sorts saved-lists in 'pointer-file'.
tcl.compare-list Verb: Access Compares two lists for intersections.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.