FYI, This updater is for the stand alone CFMX (versus the J2EE versions) and
includes the normal CF fixes as well as enhancements/fixes for Flash
Remoting (server side).
Updater 3-Released March 19, 2003
The ColdFusion MX Updater is a free download that delivers all the latest
updates to ColdFu
FYI, there was a great turnout to our February meeting on a similar topic.
If you are interested, feel free to attend. The Web SIG is part of the
Heartland User Group (www.hugkc.org) and discusses web development as a
whole and is not product/manufacturer specific. The Web SIG's listserv is
linke
This worked out and I got another response to try
reFind and that worked too.
Thanks for the information.
Chris
--- Kory Bakken <[EMAIL PROTECTED]> wrote:
> Did you try LSIsNumeric? I don't know if this would
> filter out HEX, but its worth a try...
>
> Kory Bakken
>
> -Original Message---
Chris,
I'm not sure this is exactly what you are after but it may work for you.
This function actually strips non-numeric digits from a passed string
http://www.cflib.org/udf.cfm?ID=433
/**
* Returns the passed string with all non-numbers removed (letters,
punctuation, whitespace, etc.).
*
Correction.
Scientific Notation
"D" indicates integer notation.
"E" indicates exponential notation
"F" indicates floating point notation.
-Original Message-
From: Ellis, Randy [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 11:07 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [KCFusio
It has to do with scientific notation. We are more familiar with 74e6,
where this is 74 times 10 to the 6th power or 74 times 100 or 7400.
The "d" instead of an "e" indicates an integer instead of a real number.
Randy Ellis
Senior Programmer Analyst
City of Overland Park
-Original M
Did you try LSIsNumeric? I don't know if this would filter out HEX, but its worth a
try...
Kory Bakken
-Original Message-
From: Chris Stallo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 9:25 AM
To: [EMAIL PROTECTED]
Subject: [KCFusion] IsNumeric function and hex values?
I
I've got problem with the IsNumeric function in
ColdFusion.
I've got a page set up with a form on it. On the page
this form calls I am doing validation to make sure the
entered value is numeric by using the IsNumeric
function - IsNumeric(form.variable)
If I pass in a value like 74d6, it passes