LOTUSSCRIPT LANGUAGE


Limits on file operations in LotusScript
The following table lists limits on miscellaneous items related to file operations and I/O.
ItemMaximum
Number of files open simultaneouslyDetermined by the product from which you start LotusScript
fileNumber in Open statement255
recLen in Open statement32,767
Line length of a line written by Write statementNo limit
Number of items in Print, Write, or Input statement255
Number of characters in path in MkDir, RmDir, or ChDir statement128. This includes the drive specifier, if any.

See Also