Stream: Position (let)

Position

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



 Public Property Let Position(
	  ByVal RHS As Currency ) :

Parameters

RHS
[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 VBCorLib Overview Class Stream Overview Stream Properties Stream Methods Position (get) ReadBlock