Hello, when the program gives an error anywhere, it closes by saying "fail". I also want to write a script if it fails. It is not clear where it will give the error, how do I do this? for example I want to run write file when it gives an error
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.