display [on_clipboard_line] <line> "<pri>" [<wrap>] ["<sec>"]
[if_flag <flag>] [<keyword_parms>];
dsp
Softkey return strings (FDM only) - code x'98'
FDM Function - Opcode 3
Stores the screen information that is defined in the following parameters, in the Status Display page, and displays the status page on the screen. The <line> parameter points to the line in the Status Display where the store should start.
This statement is interchangeable with the put statement (see put).
The line number may be optionally preceded with 'on_clipboard_line'. This is for compatibility with the Bellcore definition.
SR-INS-002461 (Softkeys), SR-INS-002461 (FDM Scripts).
display 4 "Left" "Right";
dsp 4 "Hello" && "Goodbye" wi=1 if_flag 7;
dsp 4 "Prim" || "Sec";
dsp 4 "Display data";
dsp on_clipboard_line 5 "data" lrci=c wi=0 if_flag 5;