Hi,
I'm try to make a macro with reflection 14 that will read the output from a telnet session based on the users input. However when I use the follwing commands:
Session.Transmit "ld 20" & Chr(13)
valor = Session.ReadLine
MsgBox valor
The value I get on the message box is "ld 20". If I use the wait command the wait goes on forever. Moreover if I try to see how the wait command is used the help from reflection is vague as the time to wait does not specify the unit of time and what the options can be.
Help is appreciate,
Roser72
I'm try to make a macro with reflection 14 that will read the output from a telnet session based on the users input. However when I use the follwing commands:
Session.Transmit "ld 20" & Chr(13)
valor = Session.ReadLine
MsgBox valor
The value I get on the message box is "ld 20". If I use the wait command the wait goes on forever. Moreover if I try to see how the wait command is used the help from reflection is vague as the time to wait does not specify the unit of time and what the options can be.
Help is appreciate,
Roser72