Click or drag to resize

RearDisplayDisplay Method

Displays the array of text.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public void Display(
	string[] lines
)

Parameters

lines
Type: SystemString
lines.Length cannot be greater than Rows, each line should be less than Columns.
See Also