Skip to main content
Skip table of contents

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 )
→ this appears on the screen: 'The value of Text1 is : white'

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.