Forum Discussion

s5h's avatar
s5h
Contributor
11 years ago

Wildcards for specific characters

Hi 



I am using FindChild to find an object in my namemap based on the Text.Olevalue. Sometimes this value can have a two leading space and a ":" at the end but sometimes it can just be normal like "Order". 

Wildcarding like *Order* will find to many other objects. 



I tried using ? so ??Order? but does not seem to work. Is there a specifi wildcard just to wildcard one certain character rather than the * that can be of any length?