WriteText Method (RumbaScreen)

Class

RumbaScreen class

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