I have no idea about the visual basic other than my notions of the old basic when you had to enumerated line codes and use goto sentences.
Therefore i need some help from you guys
first question, is there a way to limit the shown decimals by a variable? (or round it to 2)
This is sorta de piece of ASP code:
<b><% =totalimp %></b>
It is an accumulator and for some wicked reason it displays this result: 3684163.71000001 , which is kind of weird because all the numbers added have only 2 decimals
Therefore i need some help from you guys
first question, is there a way to limit the shown decimals by a variable? (or round it to 2)
This is sorta de piece of ASP code:
<b><% =totalimp %></b>
It is an accumulator and for some wicked reason it displays this result: 3684163.71000001 , which is kind of weird because all the numbers added have only 2 decimals
