Hi,
I need some help filtering off some CATPARTS.
I want to filter it out by the partname but when i use the * which i thought was a wildcard, Catia doesn't seem to like it the line and doesn't apply the rest of the code. Here's an example:
If objPartDocument.name = ("Multi*.CATPart") then
msgbox objPartDocument.name
Else
End if
Could someone help me out with this? thanks so much!
I need some help filtering off some CATPARTS.
I want to filter it out by the partname but when i use the * which i thought was a wildcard, Catia doesn't seem to like it the line and doesn't apply the rest of the code. Here's an example:
If objPartDocument.name = ("Multi*.CATPart") then
msgbox objPartDocument.name
Else
End if
Could someone help me out with this? thanks so much!