@repeatkeywordtitles()
Returns the status of the "repeat keyword titles" export option.
Syntax
@autocreateproperty ()
Type
HyperMesh Template Function
Description
Returns 1 if the "repeat keyword titles" export option is enabled via *feoutputwithdata, 0 otherwise.
Example
*if([@repeatkeywordtitles() == 0])
    *if([counter14 == 0])
        *counterset(counter10,1)
        *counterset(counter14,1)			
    *endif()
    *if([counter10 != -1])
        *string("*INTEGRATION_BEAM")
        *end()
        *counterset(counter10,-1)
    *endif()
*endif()
*if([@repeatkeywordtitles() == 1])
    *string("*INTEGRATION_BEAM")
    *end()
*endif()Version History
13.0