Click or drag to resize

RearDisplayDisplay Method

Displays the array of text.

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

Parameters

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