VB Script question IF *** =

Soldato
Joined
1 Dec 2004
Posts
23,082
Location
S.Wales
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
 
Back
Top Bottom