I am running ascept scripts on procomm plus. when using the sdlginput, how can i get the script to exit (or quit)when o press the "cancel" button? if i push "cancel"the script continues as if i input something, but with no data.
sdlginput is one of the commands that returns success or failure after it has executed. According the help file, failure will be returned if the user presses the Cancel button. You can check as such in this manner.
sdlginput ...
if failure
exit
endif
script continues here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.