LOTUSSCRIPT LANGUAGE
Assigns an output width to a sequential text file.
Syntax
Width #fileNumber , width
Elements
#fileNumber
If data to be written would cause the width of the current line to exceed the Width # setting, that data is written at the beginning of the next line instead.
The Print # statement is the only output statement affected by the Width # statement. Write # ignores the width set by Width #.
Example See Also