@exportsysteminlongformat()

Returns the value of the "Export CORD2 and CORD4 in long format" export option.

Syntax

@exportsysteminlongformat()

Type

HyperMesh Template Function

Description

Returns the value of the "Export CORD2 and CORD4 in long format" export option. This option will export the CORD2R and CORD4R system in long format even if the template loaded is of regular format. A return of 1 means export system in long format, and 0 means export system in regular format.

Examples

*if([@exportsysteminlongformat() == 1])
   ...write system in long format...
*else()
   ...write system in regular format...
*endif()

Version History

2019