num2Str Function
Converts a real number to a text string.
Note |
|---|
|
MorphX replaces any invalid parameter with a standard value. |
str num2Str(
real number,
int character,
int decimals,
int separator1,
int separator2)
|
Parameter |
Description |
|---|---|
|
number |
The number to convert to a text string. |
|
character |
The minimum number of characters required in the text. |
|
decimals |
The required number of decimals. |
|
separator1 |
The decimal separator. Possible values:
|
|
separator2 |
The thousands separator. Possible values:
|
Note