This page contains a list of all functions that can be applied to the active workspace.
File_Tag_Exists(a) - Tests the existence of a file tag “a” within the active workspace. Returns 1 if the file tag exists and 0 otherwise. This behaviour is similar to the expression Data Exists.
Example, compute “something” only if the file tag SPECIAL exists.
Conditional_Statement /ITERATION_PARAMETER_NAME=TEST_SPECIAL /EXPRESSION=File_Tag_Exists(TAG::SPECIAL) ! /AS_INTEGER=TRUE ; ! ...commands to execute Conditional_Statement_End /ITERATION_PARAMETER_NAME=TEST_SPECIAL ;