The code examples in this topic demonstrate how you can read from and write to streams. These examples require the following variables.

Variable name Data type Subtype

recEmployee

Record

Employee

XMLDom

Automation

XMLDomDoc

StreamOutObj

OutStream

 

StreamInObj

InStream

 

Txt

Text

 

Buffer

Text

 

CreationDate

Date

 

Expand imageWriting Data to an OutStream

Expand imageReading Data from an InStream

Expand imageSee Also