Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / ReadLine Method
In This Topic
ReadLine Method
In This Topic
Reads data from the host until a line-feed character is encountered.
Syntax
expression.ReadLine() As String
where expression is a variable that represents a Screen Object

Return Value

Line of data read from the host (excluding carriage return and line-feed characters).
See Also