Applies to: Printer object
|   Return Type:   |   None.   | |||
|   | ||||
|   Parameter(s):   | ||||
|    In   |   Optional   |   Spc(n)   | ||
|    In   |   Optional   |   Tab(n)   | ||
|    In   |   Optional   |   Text   |   As   |   String   |
|    In   |   Optional   |   charpos   | ||
Prints text.
Parameters:
Spc(n): Used to insert space characters in the output, where n is the number of space characters to insert.
Tab(n): Used to position the insertion point at an absolute column number where n is the column number. Use Tab with no argument to position the insertion point at the beginning of the next print zone.
Text: text to print.
charpos: Use a semicolon (;) to position the insertion point immediately following the last character displayed.