Previous: FloatToStr function To the Table of Content Next: Flt function

- 4.61.2.18 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

Fls function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts its argument into standard floating-point string.

Declaration:
function Fls(X: Extended): String;
Examples:
  Fls(1E+1) = 10.
  Fls(2.855E-2) = 0.02855



Previous: FloatToStr function To the Table of Content Next: Flt function
FloatToStr function Table of Content Flt function

- 4.61.2.18 -