Function IdentifierText(identifierName)

IdentifierText

The function IdentifierText returns the string representation of the text attribute of identifierName or, if the text is not specified, the name of the identifier.

IdentifierText(
     identifierName)       ! (input) scalar element parameter

Arguments

identifierName

An element expression in the predefined set AllIdentifiers specifying the identifier for which the text should be obtained.

Return Value

This function returns a string containing the text attribute of identifierName. If identifierName is not an identifier, an error message is issued. When the text is not specified, the name of the identifier is returned.

Note

This function replaces the deprecated suffix .txt.

See also