Problem to display a number

Hello,

How to display this number : 0.1234

Ecah time Servoy display .1234 without the zero (in fact I need the zero to be displayed before comma).

Thank you for your help.

Hi,

If this is a field you can put in the format property the value 0.##
This will give you the leading zero when the value is less than 1.

Thank you.

In fact I was wrong with number and alpha !!!

Thnak you again.