Copies the information contained in an InStream to an OutStream.

[Ok :=] COPYSTREAM(OutStream, InStream)

Parameters

OutStream

Type: OutStream

The OutStream object to which you will copy the information; the destination stream.

InStream

Type: InStream

The InStream object from which you want to copy; the source stream.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also