Length
Previous  Next

Returns the size of the opened file.
Syntax: Length
Example:

Do While bin.Position < bin.Length
      ...
Loop