|
Width # Statement
Assigns an output line width to a file opened using the Open statement.
Syntax
Width #filenumber, width
The Width # statement syntax has these parts:
Part | Description |
---|---|
filenumber | Required. Any valid file number. |
width | Required. Numeric expression in the range 0–255, inclusive, that indicates how many characters appear on a line before a new line is started. If width equals 0, there is no limit to the length of a line. The default value for width is 0. |