@keywordrenumber()

Returns 1 if RENUMBER is passed with the queried keyword via *feoutputwithdata.

Syntax

@keywordrenumber ("keyword")

Type

HyperMesh Template Function

Description

This function returns 1 if RENUMBER is passed with the queried keyword via *feoutputwithdata.

Inputs

keyword
The keyword attribute name.

Example

*if([@keywordrenumber("MPC_GENERAL")])
*field(integer,[id+#maxMPCId],10)
*else()
*field(integer,id,10)
*endif()

Version History

10-SA1-110