Hi
Using VBA via Reflection as interface I need to read reply from Host and paste it into Excel. I can send commands, but cannot capture the reply.
Ex.
----------
Dim Reply as String * 100
Session.Transmit "Alarms" & vbCrLf
Reply = .ReadChars (100, 1)
--------------
Even though several lines are printed om the screen, the Reply1 is empty or contains the the first character of the command "A"
Anyone knows how the read the reply - help would be much appreciated?
Using VBA via Reflection as interface I need to read reply from Host and paste it into Excel. I can send commands, but cannot capture the reply.
Ex.
----------
Dim Reply as String * 100
Session.Transmit "Alarms" & vbCrLf
Reply = .ReadChars (100, 1)
--------------
Even though several lines are printed om the screen, the Reply1 is empty or contains the the first character of the command "A"
Anyone knows how the read the reply - help would be much appreciated?