RE: RE: Stupid number format problem

2002-07-24 Thread Brian J. LeRoux
Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 11:46 AM To: CF-Talk Subject: Re: RE: Stupid number format problem First thanks for the help. Second, where can I get some good info on UDF's? I was thinking of making on out of it but I don't know how

Re: RE: Stupid number format problem

2002-07-24 Thread Phillip B
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, July 24, 2002 11:53 AM Subject: RE: RE: Stupid number format problem > the problem is that function returns a string. Which is kinda sloppy to deal > with if you want to use the values for any type of calculations (it can be >

Re: RE: RE: Stupid number format problem

2002-07-24 Thread ksuh
;Brian J. LeRoux" <[EMAIL PROTECTED]> Date: Wednesday, July 24, 2002 10:53 am Subject: RE: RE: Stupid number format problem > the problem is that function returns a string. Which is kinda > sloppy to deal > with if you want to use the values for any type of calculations > (i

RE: RE: Stupid number format problem

2002-07-24 Thread Brian J. LeRoux
s don't have to waste precious keystrokes or braincells. Good luck, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:30 AM To: CF-Talk Subject: Re: RE: Stupid number format problem Use the SQL Server str() function in your

Re: RE: Stupid number format problem

2002-07-24 Thread ksuh
Use the SQL Server str() function in your query to format the number the way you want it. - Original Message - From: "Cornillon, Matthieu" <[EMAIL PROTECTED]> Date: Wednesday, July 24, 2002 10:23 am Subject: RE: Stupid number format problem > OK. This is a wretche

RE: Stupid number format problem

2002-07-24 Thread Cornillon, Matthieu
albeit workable, solution. Hope it helps, Matthieu -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 11:04 PM To: CF-Talk Subject: Re: Stupid number format problem I thought of that but there aren't any functions that I can find that will handl

Re: Stupid number format problem

2002-07-23 Thread Phillip B
LeRoux" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 9:13 PM Subject: RE: Stupid number format problem > Check out the functions: numberFormat() and decimalFormat() in > http://localhost/CFDOCS/CFML_Reference/Functions2.html or the

RE: Stupid number format problem

2002-07-23 Thread Brian J. LeRoux
Check out the functions: numberFormat() and decimalFormat() in http://localhost/CFDOCS/CFML_Reference/Functions2.html or the machine where you have cf installed. When all else fails, type in your question at http://localhost/CFDOCS/search.cfm and inevidably cf has a function to answer. -Orig