...
Function and Subroutine Index
...
- Read
- Returns a string which contains a given number of characters from the
current position in the stream.
...
Methods
...
-
o Func Read(
| long
| iNumOfChar) As CATBSTR
|
- Returns a string which contains a given number of characters from the
current position in the stream.
- Parameters:
-
- iNumOfChar
- The number of characters to read.
- Returns:
- The retrieved string.
- Example:
- This example retrieves the next fifty characters of the TextStream TestStream
in the stream ReadString.
Dim ReadString As String
Set ReadString = TestStream.Read(50)
...
Copyright © 2000, Dassault Systèmes. All rights reserved.