Previous: 4.66.2.15. Dup_SI function To the Table of Contents Next: 4.66.2.17. FloatToStr function
4.66.2.15. Dup_SI function Table of Contents 4.66.2.17. FloatToStr function

- 4.66.2.16. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.16. Fix function


4.66.2.16. Fix function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts argument into a fixed point string.

Declaration:
function Fix(X: Extended; W, Pr: LongInt): String[15];
Remarks:
Pr is the number of digits after the decimal point.


Previous: 4.66.2.15. Dup_SI function To the Table of Contents Next: 4.66.2.17. FloatToStr function
4.66.2.15. Dup_SI function Table of Contents 4.66.2.17. FloatToStr function

- 4.66.2.16. -