> I tried this code just now, and it does the opposite of what one would
expect.
> <CFIF NOT IsNumeric("Input1")><CFSET Input1 = '0'></CFIF> #Input1#
IsNumeric("Input1") will always return false
Try
IsNumeric(Input1)
Seeya,
Adam
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/
