Use a regex. 

If refind(address, "[0-9]"
You have a number
Else
No number

My syntax may be off, but I think this is the logic you are looking for. 

Brian Cain
Sent from my iPhone

> On Apr 20, 2014, at 3:41 PM, David Moore <[email protected]> wrote:
> 
> 
> Well, you are doing a great job. I guess I am not communicating well. I was 
> using the 316 as an example. I want to check an address field passed from a 
> form where the value is unknown. I just want to be able to check using Does 
> Not Contain or IsNumeric or other Cold Fusion test in a <cfif> statement to 
> determine if the passed string contains a number. Does that help? 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to