<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Console > Console_PrintAt_Fast |
Description
Prints a text string at a specific x, y location with attribute.
Syntax
Console_PrintAt_Fast(sText, xPos, yPos, lColor)
Returns
Parameters
Name |
Type |
Optional |
Meaning |
sText |
Number |
No |
The text to print |
xPos |
Number |
No |
X start position of the progress bar |
yPos |
Number |
No |
Y start position of the progress bar |
lColor |
Number |
No |
Color to be used. |
Remarks
This function is mainly the same as Console_PrintAt but without optional parameters and internal store of last used color. This gives more execution speed.
Restrictions
Alias
See also
Examples