#1
|
|||
|
|||
"crt.screen.get" support most of the lines
I've tried to grab data from the screen using "crt.screen.get".but I find if echo on the screen more than 53 lines,it will be failure.
Can you help me please |
#2
|
|||
|
|||
Hi hxbsy,
The Get() method can only "get" data on the terminal window. If the data is scrolled off the it will not be accessible. Are you displaying more than 53 lines or is some of the data you want to get in the scrollback buffer? Have you considered using the ReadString() method rather than Get() which has the ability to capture all data sent to SecureCRT? It is important to note that ReadString() should be used in conjunction with the Synchronous property. |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|