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
FileLen function
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary