I tested to make sure I was passing in a number by doing an isnumeric()
on the variable and it is a number. The conclusion that I've come to is
that the tag, or flash doesn't like the commas, which I think is a bug.
What would be nice is if the tag had a property of "Mask". That way, you
could pass the raw number into the tag and it could mask it for you.



-----Original Message-----
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 3:04 PM
To: CF-Talk
Subject: RE: cfgraph


> You got it. The cf error I got was something like, "Can't convert
string
> to number". The only difference between the way I was doing it and how
> you have it below is the mask. My mask was like, '9,999,999'.

I assume that you've checked to make sure that the data is a number or
can
be converted to one?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to