Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: kevin on July 13, 2010, 01:13:09 PM
-
Could any one please let me know what does this mean by in routing strategy?
StrSub[var_strPhoneNumber,1,3,false] ='614'
Thanks
-
Hi Kevin,
StrSub function is used to extract characters from source string between defined positions. In your case the function returns first 3 characters/digits of the var_strPhoneNumber variable.
R.
-
Thats a test where you make sure the first 3 digits is Not '614'