- Function IdentifierElementRange(identifierName)¶
IdentifierElementRange¶
The function IdentifierElementRange
returns the range as a set.
IdentifierElementRange(
identifierName) ! (input) scalar element parameter
Arguments¶
- identifierName
An element expression in the predefined set
AllSymbols
specifying the identifier for which the range should be obtained.
Return Value¶
This function returns the set, as an element in
AllSymbols
, that is the range ofidentifierName
if it is element valued. IfidentifierName
is not an identifier, an error message is issued. IfidentifierName
is not element valued, the empty element is returned without further warning.
See also
The functions
DomainIndex
,IdentifierDimension
, andIndexRange
.Working with the Set AllIdentifiers of the Language Reference.
The common example in Listing 1.