DisplayLine

The DisplayLine instruction is used to display a full line of read-only text in a custom menu.

Syntax

DisplayLine ( Value )

Remarks

The value to display can be a string, variable, constant, evaluation, or an expression containing a combination of these items. String values must be enclosed in quotes. Use an ampersand, &, to concatenate variables with strings.

When the custom menu is viewed using a datalogger's keyboard display, only 20 characters of text can be displayed in the viewable menu window. If the DisplayLine exceeds 20 characters, press the right or left arrow key to display up to 7 lines of 20 characters on the screen. If Value includes more than 7 lines of text, use the up and down arrow keys, or page up/page down, to scroll through the remaining text.

Parameter

Value

The Read-only text to display in the custom menu. String values must be enclosed in quotes. Use an ampersand, &, to concatenate variables with strings.

Type: String, Variable, Constant, Expression