str num2Str( real number, int character, int decimals, int separator1, int separator2)
Possible enumeration values for the separator1:
- 1 – point (.)
- 2 – comma (,)
Possible values for the separator2 :
- 0 – no thousands separator
- 1 – point (.)
- 2 – comma (,)
- 3 – space ( )
| Parameter | Description |
|---|---|
| number | The real number to convert to a string. |
| character | The minimum number of characters required in the text. |
| decimals | The required number of decimal places. |
| separator1 | A DecimalSeparator enumeration value. |
| separator2 | A ThousandSeparator enumeration value. |
No comments:
Post a Comment