| 26 March 2002 |
DisplayText() |
| Author | ScriptLogic Corporation |
| Action | Displays text at specified coordinates (or centered on row). Color may be optionally specified.. |
| Syntax | DisplayText (row, column, "text", "paint") |
| Parameters | row (Required / String) the row at which to position the cursor. column (Required / String) the column at which to position the cursor. text (Required / String) the text to be displayed. paint (Optional / String) the paint (foreground/background) colors for the text. |
| Remarks | if the column parameter is a -1, the text will be centered on the row. |
| Returns | Nothing. |
| Dependencies | None. |
| Examples | |
| Source | |