Let's say I want a number to look like xx,x, and I don't know wether it vill be 1, 2 or three digits before the comma, is there a way to force writing from the right, so that if I print 1, the field will show "0,1", if I print 123, the field will show "12,3", without me haveing to put the comma there manually? And please mind my poor english [/b]