Limits on file operations in LotusScript®
The following table lists limits on miscellaneous items related to file operations and I/O.
| Item |
Maximum |
|---|---|
| Number of files open simultaneously |
Determined by the product from which you start LotusScript® |
| fileNumber in Open statement |
255 |
| recLen in Open statement |
32,767 |
| Line length of a line written by Write statement |
No limit
|
| Number of items in Print, Write, or Input statement |
255 |
| Number of characters in path in MkDir, RmDir, or ChDir statement |
128. This includes the drive specifier, if any. |