You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add try catch block support which releases in 9.4fw
Usually looks in next way: SUB main() x = 1 try PRINT x.foo catch e PRINT e.number,e.message end try END SUB