This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Width # Statement
Assigns an output line width to a file opened using the
Open statement.
Width (channel, recordwidth)
Arguments
- channel
- Required. Any valid .
- recordwidth
- Required. 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.
See Also
Example
Open Statement | Print # Statement