Procedure Space writes a space to the current output file.
PROCEDURE Space(n : INTEGER);def vs.Space(n):
return None| Name | Type | Description |
|---|---|---|
| n | INTEGER | Number of spaces. |
==== VectorScript ====
Space(5);
{write 5 spaces to the output file}==== Python ====
Availability: from All Versions
- File I@O