Could any one please let me know what does this mean by in routing strategy?
StrSub[var_strPhoneNumber,1,3,false] =‘614’
Thanks
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’