Writes text on the screen.
If no Position is specified the current cursor position is the place for insertion.
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. |