Skip to content
Prev 65 / 7420 Next

error capture

Check out the try function (?try). You would have to use try within the 
loop, at the step that has the potential to throw an error, and not 
around the whole loop.
Hope this helps,
-Chris
Tim Reid wrote: