Page 1 of 1

Pattern Match..?

Posted: Sat Jan 05, 2013 2:58 pm
by topcat888
Hi,

If I have two text field boxes with numbers entered into them, I then want to be able to compare them and if they match (i.e. the same numbers in each) then if true go on to do something else

Is there an easy way to do this code wise.?

Cheers

Re: Pattern Match..?

Posted: Sat Jan 05, 2013 4:00 pm
by doc
Hey topcat888,
The short answer is... yes, and by using several different methods.
I've attached a sample stack showing at least two methods.

Hope that helps,
-Doc-

Re: Pattern Match..?

Posted: Sat Jan 05, 2013 6:11 pm
by topcat888
Thanks Doc, that easy...