model range command

Syntax

model range keyword ...

Primary keywords:

create    delete

Create/delete a named range.

create s range

A named range with the name s is created if one does not exist. A list of range elements must follow s. The list of range elements appears in the range keyword reference topic.

Once a named range has been created, it can be specified in place of a set of range elements in any command (using the named-range keyword) that uses the range logic.

delete s

Delete the range with name s.

Note

As seen here, the link range (non-optional) or <range > (optional), whenever it appears in a command signature, is a link to the range keyword reference.