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