txt.Str
Draw a string at position (x,y).
Syntax
txt.Str(stringvar, x, y)
Parameters
stringvar- The address of the string to draw.x, y- The position to draw the character.
Returns
This command returns no values.
Draw a string at position (x,y).
txt.Str(stringvar, x, y)
stringvar - The address of the string to draw.x, y - The position to draw the character.This command returns no values.