Question
Relations - Does the exists condition work for parameters existing in the material file?
I can't seem to get this condition to work.
IF EXISTS(material_param("MTL_MATERIAL_SPEC"))
MATERIAL_SPEC=material_param("MTL_MATERIAL_SPEC")
ENDIF
I'm starting to think the software is not capable of checking for existence of parameter in the mtl file.
If anybody has an alternate Condition / solution to make this work, let me know.


