@checkmergeinclude()

Returns the state of the "merge include" export option.

Syntax

@checkmergeinclude ()

Type

HyperMesh Template Function

Description

Returns 1 if the "merge include" export option is enabled via *feoutputmergeincludefiles, 0 otherwise.

Example

*if([@checkmergeinclude() ==0]) //do not merge include
*string("#Data1")
*end()
*endif()

*if([@checkmergeinclude() ==1]) //merge include
*string("#Data2")
*end()
*endif()

Version History

11.0.130