presenting a number by "comment"

 

Hello freinds,

I want to use the "comment" for presenting number on the screen.

I use NormalizeDouble(x,2) for the x (a double variable) will be presented with 2 places after the dot (at the right side).

I want to control the the presenting of the numbers befor the the dot (at the left side).

How do I can do it.

Regards,

Y.

 
crossy:

Hello freinds,

I want to use the "comment" for presenting number on the screen.

I use NormalizeDouble(x,2) for the x (a double variable) will be presented with 2 places after the dot (at the right side).

I want to control the the presenting of the numbers befor the the dot (at the left side).

How do I can do it.

Regards,

Y.


Any news?

Thanks..

 

DoubleToStr(Number,Precision) ;