{currenthelptext} {product} {helptype} {viewcore}
Example - FileLen Function
Sub Main() Dim MySize MySize = FileLen("D:\TEMP\TESTFILE.TXT") ' Returns file length (bytes). MsgBox MySize End Sub