In one of my programs I have a numeric field that I need to express as a character string with one leading zero before the decimal point. Example, I need to display .12345 as 0.12345.
The value if the field is always < 1 so there will always be a 0 before the decimal point
actually I meant %editw not %editc. Can't change the title now
The value if the field is always < 1 so there will always be a 0 before the decimal point
actually I meant %editw not %editc. Can't change the title now
Comment