.

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


LOF function
Example

Returns the length of an open file in bytes.

Syntax

LOF ( fileNumber )

Elements

fileNumber


Return value

The LOF function returns a value of type Long.

Usage

LOF works only on an open file. To find the length of a file that isn't open, use the FileLen function.

Example
See Also