I made script which is working fine but when any error occur it is stopping every time.I used ignore error command which is not working.I want that if any error occur it should skip and run other code instead od stopping it.Plz help me to solve this problem
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.