Back to product page

Seek method


Sets the read/write pointer to a specified location.

Type

A Long value. New position of read/write pointer.

Syntax

  • Basic
object.Seek (Offset, Origin)
The Seek(object,Offset,Origin) syntax has these parts:
objectAn expression evaluating to an object of type Blob
OffsetRequired. A Long value. Offset that the read/write pointer should be moved to.
OriginRequired. An Integer value. Specifies how the pointer should move - from the start of data (0), current location (1), or end of data (2).

Remarks

This is an internal object - YOU SHOULD NOT USE IT DIRECTLY, unless you are 100% sure of what you're doing.

The Seek method sets the read/write pointer to the specified location.

Platforms

Windows