LINGUAGGIO LOTUSSCRIPT
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&
Vedere anche
FileLen function
Glossario
Guida sulla Guida
Contenuto completo della Guida
Glossario