LOTUSSCRIPT LANGUAGE


Examples: FileLen function
' Assign the length (in bytes) of the file c:\config.sys
' to the variable verLen, and print the result.
Dim verLen As Long
verLen& = FileLen("c:\config.sys")
Print verLen&

See Also