put [on_clipboard_line] <line> "<pri>" [<wrap>] ["<sec>"]
[if_flag <flag>] [<keyword_parms>];
Softkey return strings (FDM only) - code x'98'
FDM Function - Opcode 3
Stores a pre-defined display ID into the Status Display page.
This statement is interchangeable with the display statement (see display).
You can prefix the line number with on_clipboard_line, for compatibility with the Bellcore definition.
SR-INS-002461 (Softkeys), SR-INS-002461 (FDM Scripts).
Parameter substitutions are possible for <pri> and <sec> fields.
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;