@getcurrentincludeexportformat()
Returns the export format type set using *setformattype().
Syntax
@getcurrentincludeexportformat ()
Type
HyperMesh Template Function
Description
Returns the export format type set using *setformattype().
Examples
*if([@getcurrentincludeexportformat() == 1])
...write in standard format...
*elseif([@getcurrentincludeexportformat() == 2])
...write in long format...
*else()
...write in I10 format...
*endif()
Version History
2020