DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: GetStandardStream for FileSystemObject

Method: GetStandardStream for FileSystemObject

This method is not supported in DIAdem.

Set oTextStream = Object.GetStandardStream(StandardStreamType, [Unicode])
ObjectFileSystemObject
Object with this method
StandardStreamTypeEnumeration with the following selection terms:
0StdInStandard input
1StdOutStandard output
2StdErrStandard error
[Unicode]Boolean
Specifies whether DIAdem creates a Unicode or an ASCII file. If the value is True, DIAdem creates a Unicode file. If the value is False, DIAdem creates an ASCII file. The default value is False.
oTextStreamTextStream
Returned object
In This Section
Was this information helpful?