Procedure Tab writes a tab character to the current output file.
PROCEDURE Tab(n : INTEGER);def vs.Tab(n):
return None| Name | Type | Description |
|---|---|---|
| n | INTEGER | Number of tab characters to be written to file. |
Tab(2);
{writes two tabs to the output file}Availability: from All Versions