Is there a way to limit the charectors to say 3 from a division.
ie...
3 / 10 would = 3.3333333
Is there a way to limit to say 3.3 instead of having all the excess numbers?
Check out the round function.