InfoConnect for Unisys VBA Guide
ReadChars Function
The number of characters to read. If zero is specified, an empty string is returned.
Reads a specified number of characters from the host.
Syntax
object.ReadChars( _
   ByVal count As Long _
) As String

Parameters

count
The number of characters to read. If zero is specified, an empty string is returned.

Return Value

A string that contains the requested number of characters or all of the characters received prior to a timeout.
See Also

 

 


2015 Attachmate

Send Feedback