put

Syntax

put [on_clipboard_line] <line> "<pri>" [<wrap>] ["<sec>"]

[if_flag <flag>] [<keyword_parms>];

Type

Softkey return strings (FDM only) - code x'98'

FDM Function - Opcode 3

Parameters

Stores a pre-defined display ID into the Status Display page.

This statement is interchangeable with the display statement (see display).

Description

References

SR-INS-002461 (Softkeys), SR-INS-002461 (FDM Scripts).

Notes

Parameter substitutions are possible for <pri> and <sec> fields.

Example

put 4 "Left" "Right";
put 4 "Hello" && "Goodbye" wi=1 if_flag 7;
put 4 "Prim" || "Sec";
put 4 "Display data";
put on_clipboard_line 5 "data"lrci=c wi=0 if_flag 5;

Related statements