|
|
This command is used to display arbitrary expressions on the screen. The message is displayed in the message bar. If a function is forwarded several expressions, these are displayed separately and line-by-line. |
||||||
Syntax: |
|||||||
| put({EXPR_LIST}) | |||||||
I/O parameters:
|
|||||||
Return value: |
|||||||
|
|||||||
Example: |
|||||||
| Declaration of Variables | |||||||
10 DOCU_STRING_1="abc"
20 put("a","B","32")
30 put(DOCU_STRING_1)
|
|||||||
| Result: | |||||||
![]() |
|||||||
| Other than "put_mes" "put" will always use the {STR_EXPR} string regardless of the active language. (No multiple language support!) | |||||||
|
Functions and commands: Input/Output |