I don't want to resort to Python if I can help it (I'm having to do that more often than I'd like), but I thought I'd just check with you guys first, just in case it is buried somewhere in Construct.
What I need to do is get the number of matches between a delimiter-separated text variable "a,b,c,d,e" etc, and a given text like "a".
I can obviously do this with events, but what I need is to be able to use it within a condition, like
If FindToken(Global('TextVariable'),"a",",")>0
Which returns true if one or more "a" is found in the Variable.
I can see Get Token and Get Token Count in there, but I can't see a FInd Token or equivalent.
Is there one in there?
Krush.