Robert0333
Technical User
I am making a macro for AS400 but when trying to send "[" I can not send the character. Showme the following error:
---------------------------
Error in the script on line 15. ECL37170: Invalid parameters. Unmatched keyword delimiters.. Would you like to edit the script?
---------------------------
Yes No
---------------------------
There is the code:
[PCOMM SCRIPT HEADER]
LANGUAGE=VBSCRIPT
DESCRIPTION=
[PCOMM SCRIPT SOURCE]
OPTION EXPLICIT
autECLSession.SetConnectionByName(ThisSessionName)
REM This line calls the macro subroutine
subSub1_
sub subSub1_()
autECLSession.autECLOIA.WaitForAppAvailable
autECLSession.autECLOIA.WaitForInputReady
autECLSession.autECLPS.SendKeys "["
end sub
---------------------------
Error in the script on line 15. ECL37170: Invalid parameters. Unmatched keyword delimiters.. Would you like to edit the script?
---------------------------
Yes No
---------------------------
There is the code:
[PCOMM SCRIPT HEADER]
LANGUAGE=VBSCRIPT
DESCRIPTION=
[PCOMM SCRIPT SOURCE]
OPTION EXPLICIT
autECLSession.SetConnectionByName(ThisSessionName)
REM This line calls the macro subroutine
subSub1_
sub subSub1_()
autECLSession.autECLOIA.WaitForAppAvailable
autECLSession.autECLOIA.WaitForInputReady
autECLSession.autECLPS.SendKeys "["
end sub