display

Syntax

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

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

Terse form

dsp

Type

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

FDM Function - Opcode 3

Parameters

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).

Description

References

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

Notes

Example

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;

Related statements