tcl.itemlist*

Definition/TCL, Releases: AP and R83

Specifies list of item-ids for TCL2 processes.

Syntax

verb file.reference item-id verb file.reference item-id item-id item-id ... verb file.reference {*}

Description

used to indicate the choice of item-ids used within TCL2 commands. It may either be a single item-id, multiple item-ids separated by spaces, or '*' (asterisk), which indicates all items.

There is a valid 'fourth' method of 'itemlist*'. This occurs when a list is already 'active'. The 'active list' may be generated by processes such as 'select', 'sselect', 'qselect', 'get-list', 'fl' ('form list'), etc.

When a list is active, the 'itemlist*' is omitted from the (TCL2) verb:

select entity
17827971 items selected.
copy entity<cr>

If a specific list of item-ids (or '*') is provided while a list is active, the active list is ignored.

A list of TCL2 commands is provided under 'see also' below.

In Advanced Pick, if a valid TCL2 command is provided without a specific list of item-ids (or '*'), 'all' items are implied. In other words, the '*' is optional. This does NOT hold true for earlier versions of Pick. If the item-id is not specified, and no list is active, the process prompts for an item-id.

See Also

Command Name Type Description
tcl.options Definition Standard TCL options.
tcl.decatalog Verb: Access Decatalogs Pick/BASIC program(s).
tcl.b/list Verb: Access Formats and displays Pick/BASIC source listings.
tcl.copy Verb: Access Copies items to output devices or between files.
tcl.cp Verb: Access Copies items to printer.
tcl.:swe Verb: Access Switches 'e' pointer(s) to d-pointer(s).
tcl.:swx Verb: Access Switches 'd-pointer' to 'dx-pointer'.
tcl.:swz Verb: Access Switches 'd-pointer' to 'dz-pointer'.
tcl.cross-index Verb: Access Generates assembler cross-reference index.
TCL.DELETE Verb: Access Deletes item(s) from file.
tcl.ed Verb: Access Invokes line editor.
tcl.mlist Verb: Access Formatted assembler listing utility.
tcl.mload Verb: Access Loads assembled object code.
tcl.mverify Verb: Access Validates assembler code integrity.
tcl.sel-restore Verb: Access Restores item(s) from save media.
active.list Definition A list of strings delimited by attribute marks created by one of the list-generating processes.
tcl.strip-source Verb: Access Removes assembler source from object.
tcl2.verbs Definition Description of TCL2 verbs.
tcl.conv-case Verb: Access Converts item-ids to upper/lower case.
tcl.copy-list Verb: Access Copies previously saved lists.

User Comments

What do you think?

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

Login to leave your comments.