|
Thanks Steve!
----- Original Message -----
Sent: Tuesday, April 02, 2002 3:28
PM
Subject: RE: [CFTALKTor] Percent Next
Step
Don't divide by zero....... ;-)
<cfif isDefined("myVar") and isNumeric(myVar) and myVar GT
0>
pass validation
<cfelse>
fail validation
</cfif>
Thanks for the Help.
Now my next question. I am getting a
division by zero is not allowed error. Sometime that values that I am
dividing by have a value and sometimes they are a zero. How can I work
around this error?
Mike
|