J
|
Jane 1/5/2009 |
Hi, |
R
|
run4sbc author 1/5/2009 |
Jane, I kinda figured that...but I didn't know how you would actually check it vs the data entered...I was kinda hoping someone had already done something similar so I had an example to work off of. I'm not the best event scripter, but I can work my way through it is someone gives me an example to work off of. But as always, thanks for you help! |
J
|
Jane 1/6/2009 |
Hi, if ($values["A"]=="TJ") { if (preg_match("/[0-9]{2}\.[0-9]{2}/", $values["B"], $matches) && strlen($values["B"])==5) return true; else return false; }
|
R
|
run4sbc author 1/6/2009 |
Looks great, I'm going to plug it in tonight and give it a try....thank you so much Jane!! |