Pro/E WF4.0 M220
Syntax:
IF search(ASM_MBR_PARAMETER,"string")>0
statement
ENDIF
Error:
Invalid data type combination at left side of expression
As far as I can tell, this is a limitation of Pro/E (or at least the build I am using). The parameter is a string and I can use the extract function, but any search function using a parameter as the argument always returns an errror. Any help would be greatly appreciated!