Is it possible, for the purposes of testing, to escape out of an IAT once it begins?
I have 4 IAT's set up and I have been trying to adjust things here and there but when I run them to see if the change has translated properly, the system takes me through the entire 4 IAT's each time and I am not able to exit out.
Any help would be appretaited.
Thank you so much,
Amina
For any script, CTRL+B aborts the currently running block, CTRL+Q aborts the currently running script. You will find this covered in the documentation's How-To section. Also see the documentation for the script.abort() function.