Stream: SetLength

SetLength

Sets the length of the current stream.



 Public Sub SetLength(
	  ByVal Value As Currency )

Parameters

Value
[ByVal] Currency. The new length to set the stream to.

Remarks

Generally the stream must support seeking to set the length.

See Also

Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods SeekPosition ToString