Stream: Position (let)

Position

Sets the position in the stream where the next read or write will take place.



 Public Property Let Position(
	  ByVal Value As Currency ) :

Parameters

Value
[ByVal] Currency. The position within the stream offset from the beginning of the stream.

Remarks

A currency datatype is used to support stream greater than 2gig.
The stream generally needs to support seeking to be able to return the length.

Read/Write.

See Also

Project CorLib Overview

Class Stream Overview