Im creating a call routing script and was wondering if there was alternative to VB's LIKE oporator (Which is not available when using VB Script). The only workaround I can think of is by using IF *** = **** then
But i would really like to use:
IF **** is LIKE **** then
But i would really like to use:
IF **** is LIKE **** then