![]() |
|
|||||||
| ASP & VBScript Forum Need help from a webmaster with ASP or VBScript, you may ask in this forum? |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a number in a database with numbers for acreages (eg. 13319, 1757002, 2063). The decimal place would normally be 3 spaces from the end and not rounded. I want a decimal placed in the 3rd space from the last character, then rounded to 2 decimal spaces (eg. 13.32, 175.70, 2.06) I hope I am making this clear. The number is a long integer type in my Access Database. My webpage uses ASP, VbScript and SQL.
I tried: html= html & addRow2("Acres", FormatNumber(rs("ACRES"),2)) and ended up with 2 0's (eg. 13319.00, 2063.00) tacked on to the end. I'm not sure what I'm doing wrong here. Any help would be appreciated. Thanks, MJ |
|
This ad is part of our Revenue Sharing program |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding freelance jobs around the web made easy. | gwl | Jobs Forum | 0 | 12-03-2007 09:21 PM |
| Question Regarding Linux CUPS Drivers | CanadianJeff | Computer Help | 1 | 10-06-2007 04:18 AM |
| Open question to the Affiliates | Angie | Webmasters Lounge/General Chat | 1 | 08-20-2007 07:30 PM |
| Big question. | detoam | PHP Forum | 4 | 02-20-2007 08:39 AM |