Syntax
object.Print [outputlist]
The Print method syntax has the following object qualifier and part:
Part | Description |
Object | Optional. An object expression that evaluates to an object in the Applies To list. |
Outputlist | Optional. Expression or list of expressions to print. If omitted, a blank line is printed. |
The outputlist argument has the following syntax and parts:
Part | Description |
Spc(n) | Optional. Used to insert space characters in the output, where n is the number of space characters to insert. |
Tab(n) | Optional. 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. |
expression | Optional. Numeric or string to print. |
charpos | Optional. Specifies the insertion point for the next character. Use a semicolon (;) to position the insertion point immediately following the last character displayed. |
- Multiple expressions can be separated with either a space or a semicolon.
- For Boolean data, either True or False is printed. The True and False keywords are translated according to the locale setting for the host application.
- Date data is written using the standard short date format recognized by your system. When either the date or the time component is missing or zero, only the data provided is written.
No comments:
Post a Comment