WriteText Method (RumbaScreen)

Class

RumbaScreen.

Action

Writes text on the screen.

If no Position is specified the current cursor position is the place for insertion.

Syntax

screen.WriteText(text, [position])
Variable Description
text Text which is written to the screen. String.
position Optional: The starting position of insertion, starting with 1 for the first line or column. TextPosition.