cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
948
Views
5
Helpful
3
Replies

UCCX comparison between int and String

hello

i need your help

i need to do a value comparison between an integer and a string

the reason behind is

i want to make sure that customers calling in actually enter 10 digits as a telephone number.

so i need to compare whatever the customer entered against the number 10

could you please point me on the right track

thanks

1 Accepted Solution

Accepted Solutions

Chris Deren
Hall of Fame
Hall of Fame

So, you need to see if caller entered 10 digits?

Use length formula such as the following:

HTH,

Chris

View solution in original post

3 Replies 3

Chris Deren
Hall of Fame
Hall of Fame

So, you need to see if caller entered 10 digits?

Use length formula such as the following:

HTH,

Chris

thank you Chris,

that was the answer to what i wanted to do

I really apapreciate your help

Thanks for the feedback along with nice rating and happy scripting :-)

Chris