Topic complex |
String functions |
Function |
digitstr() |
Short |
Natural number as run of digits |
Syntax |
DIGITSTR(x : INTEGER) : STRING |
Parameter |
x : natural number (incl. Zero) |
Return |
String, where the single digits of the number are written out.
DIGITSTR(123) -> "eins * zwei * drei" |
See also: |
|
Description |
This function can be used to fill out payment processes (credit transfers etc.) if the amount shall (or must) be specified in letters.
Today it is rather no longer necessary.
|