Date:  01/23/2002 09:24:50 AM Msg ID:  000302
From:  mike hood Thread:  000302
Subject:  html numeric fields display
when i display a numeric field from a table <%=table.numeric%> into the body of the html.  the results on the form dont display the exact table value.
example: table==3.00 // html == 3
             table==3.17 // html ==3.169999999999

++ in fox using the str command with truncate the .00 also

how do u get the html to display the tables exact values.