|
Blue Forest http://www.lslnet.com at 8:28 on August 25, 2006
Access to the few minority characters field show!
Access database, the number of font fields, field size type : single precision.
I ask why the importation of similar numerical 0.123456, unable to show themselves in the 1980s.
If it is to be shown on the ASP PAGES 0.123456, how do? |
How no one can return to you? ? |
You try this
<%
Dd=.5674873
Response.Write dd
%>
|
Upstairs, I still show here. 5684873 |
Not, and I have shown here how? 0. Do not understand. |
<%
Dd=.5674873
Then if dd<1
Response.Write 0&dd
Else
Response.Write dd
End if
%> |
Formatnumber bars the use of function.
Grammar format : FormatNumber (formatted numerical expression of decimals, 0 decimal point before the show, whether negative replace brackets, a number of expressions of the use of symbols)
Third to five parameters :
When the show before 0 -1 decimal point zero integral part of show
Does not use brackets indicates negative brackets expressed its negative 0
Whether or not to use a symbol-use digital control panel set up by the regions set up Radio |
|