f$PrintNumber (f$AusgabeZahl)
f$PrintNumber (f$AusgabeZahl)
Produce a number (parameter value with preceding description) on an alphanumeric screen.
Please note:
On Windows operating systems, the number is written into the TDV_LOG file. The f$Message and f$Dialog functions are available for making output on the screen.
Syntax: | f$PrintNumber( Text, Number ) | ||
| Argument | Type | Meaning |
| Text | String | Description text |
| Number | Decimal | Value to be produced |
Result: | - |
| |