Copy link to clipboard
Copied
I want to skip that step and continue running the remaining processes of the Scripts without having to stop the Scripts because there is a problem selecting a layer.
I want the scripts to stop without showing an error massage if there is no more process to continue.
Is that content possible?
#Thanks for all the advice
Copy link to clipboard
Copied
My first thought is to set try/catch or if/else blocks around the known points of potential failure.
Copy link to clipboard
Copied
Thank Your Sir @Stephen Marsh ... I will try