|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Is there any number rounding/trunckating function in ASP? |
From: |
Kush Desai |
Date: |
12/23/2000 5:35:44 AM |
IP: |
203.197.9.234 |
there is a function called
FormatNumber() is VBScript
--- start here
FormatNumber(Expression [,NumDigitsAfterDecimal [,IncludeLeadingDigit [,UseParensForNegativeNumbers [,GroupDigits]]]])
Expression is the number you want to format
NumDigitsAfterDecimal is the precision
-- end here
hope this helps |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|