Venus equivalent of "try" in python

Does anyone know what the venus equivalent for Try in python.

Lets say i make an array of length 50. I then try to add a value to the array at index 55 - and so it generates an error because the array isn’t long enough. I’d like to be able to get that error returned and be able to handle it in venus vs have the method auto abort.

I know there are work arounds for this scenario …

Check out General Steps → Error Handling by User, I think this is what you’re looking for

3 Likes