.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Width # statement
Example

Assigns an output width to a sequential text file.

Syntax

Width #fileNumber , width

Elements

#fileNumber


width
Usage

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