This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Read Method
Reads a specified number of characters from a
TextStream file and returns the resulting string.
object.Read(characters)
Arguments
- object
- Required. Always the name of a TextStreamobject.
- characters
- Required. Number of characters you want to read from the file.
See Also
Close Method | ReadAll Method | ReadLine Method | Skip Method | SkipLine Method | Write Method | WriteBlankLines Method | WriteLine MethodApplies To: TextStream Object