From 5447289d4c09e1761a98ee6f6919ec255e6ea9cc Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 5 Apr 2013 19:32:56 +0000 Subject: [PATCH] Testando mais funções rexx --- src/plugins/rx3270/sample/remote.rex | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/plugins/rx3270/sample/remote.rex b/src/plugins/rx3270/sample/remote.rex index 5287365..96c1168 100644 --- a/src/plugins/rx3270/sample/remote.rex +++ b/src/plugins/rx3270/sample/remote.rex @@ -14,6 +14,10 @@ say "Wait for ready is "||host~WaitForReady(60) say "Text[3,2,27]="||host~GetTextAt(3,2,27) +say "ENTER exits with rc="||host~enter() + +say "Wait for ready is "||host~WaitForReady(60) + return 0 ::requires "rx3270.cls" -- libgit2 0.21.2