Float on Currency format..
-
Guys is there any way that i make an Float Column output into Currency Format.. withoug rounding e.g. Float data is: Name Price Ambie 505.5560 James 44.240 Nicolas .5275 Moyano 20 OUTPUT Ambie 505.55 James 44.24 Nicolas .52 Moyano 20.00
Whatcha using? Anyway, always use integers for currency, floating point just doesn't cut it.
-
Guys is there any way that i make an Float Column output into Currency Format.. withoug rounding e.g. Float data is: Name Price Ambie 505.5560 James 44.240 Nicolas .5275 Moyano 20 OUTPUT Ambie 505.55 James 44.24 Nicolas .52 Moyano 20.00
Guys is there any way that i make an Float Column output into Currency Format.. withoug rounding
e.g.
Float data is:Name Price
Ambie 505.5560
James 44.240
Nicolas .5275
Moyano 20OUTPUT
Ambie 505.55
James 44.24
Nicolas .52
Moyano 20.00if you trying to display in textbox or something, I think you can set the formatting display on that textbox for just only 2 decimals. question : do you want retrieve float data and display in currency? OR do you want to insert the float data with only 2 decimals? CMIIW
Mail me at erwin@holyknight.us
-
Guys is there any way that i make an Float Column output into Currency Format.. withoug rounding
e.g.
Float data is:Name Price
Ambie 505.5560
James 44.240
Nicolas .5275
Moyano 20OUTPUT
Ambie 505.55
James 44.24
Nicolas .52
Moyano 20.00if you trying to display in textbox or something, I think you can set the formatting display on that textbox for just only 2 decimals. question : do you want retrieve float data and display in currency? OR do you want to insert the float data with only 2 decimals? CMIIW
Mail me at erwin@holyknight.us