All Frameworks Object Hierarchy This Framework Indexes
| o Property AtEndOfLine( | ) As (Read Only) |
Dim EndLine As Boolean EndLine = TestStream.AtEndOfLine
| o Property AtEndOfStream( | ) As (Read Only) |
Dim EndStream As Boolean EndStream = TestStream.AtEndOfStream
| o Sub Close( | ) |
TestStream.Close
| o Func ReadLine( | ) As |
Dim ReadString As String Set ReadString = TestStream.ReadLine
| o Func Read( | iNumOfChar) As |
Dim ReadString As String Set ReadString = TestStream.Read(50)
| o Sub Write( | iWrittenString) |
TestStream.Write("This is a test")
Copyright © 2003, Dassault Systèmes. All rights reserved.