Hi
I have a small bit of code that adds up prices - when it adds 2.50 and 2.50 the result is displayed as 2.5 - is there simple way of forcing it to put a zero on the end or would i have to convert it to a string (this is ok because it's just for display) and use some kind of replace function to see how many digits there were after the dot ??
thanks for any help