CAT_EIDNT

Get an identifier for an expression

Description:

Get an identifier for an expression. A parse of the the expression is attempted, and if successful an identifier is returned. If the parse fails an error status is raised.

Invocation

CALL CAT_EIDNT (CI, EXPR; EI; STATUS)

Arguments

CI = INTEGER (Given)
Identifier to the catalogue to which the expression refers.
EXPR = CHARACTER() (Given)
The expression.
EI = INTEGER (Returned)
Identifier to the expression.
STATUS = INTEGER (Given and Returned)
The global status.

Copyright

Copyright (C) 1999 Central Laboratory of the Research Councils

Bugs:

None known