Position
Previous  Next

Gets or sets the file pointer position.
Syntax: Position

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