> It seems more complex than that, as some it will ignore and others it > won't. Dollar signs and commas appear to be ignored but others are > not (results as run on ColdFusion 9).
Yeah, I do not know all of the rules. But the internal class for "integer" validation has a boolean setting that determines whether it ignores non-numeric noise. It is enabled by default, which would explain why it accepts some wacky characters. I have not tested it in detail, but a "range" validator (ie using -2147483648 / 2147483647) seems to produce results more in line with that I would expec ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:350786 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

