How to check for and trap a CAS error in a program?
|
12-01-2018, 02:48 PM
Post: #4
|
|||
|
|||
RE: How to check for and trap a CAS error in a program?
Thanks Tim.
Actually it is the part() function that I want to trap and it can return a string legitimately. After reading Parisse's suggestion, it occurred to me that rather than try and trap the error from part() in my main code, I could just use a separate #cas...#end bracketed function which calls part() with 1, 2, 3, .. etc until it fails and then return the max value to use as the loop upper bound in my main code with no worries about errors. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to check for and trap a CAS error in a program? - BruceH - 11-30-2018, 03:27 PM
RE: How to check for and trap a CAS error in a program? - parisse - 11-30-2018, 05:48 PM
RE: How to check for and trap a CAS error in a program? - Tim Wessman - 12-01-2018, 02:01 AM
RE: How to check for and trap a CAS error in a program? - BruceH - 12-01-2018 02:48 PM
RE: How to check for and trap a CAS error in a program? - Albert Chan - 12-01-2018, 03:41 PM
RE: How to check for and trap a CAS error in a program? - BruceH - 12-02-2018, 11:28 AM
RE: How to check for and trap a CAS error in a program? - Jacob Wall - 12-02-2018, 02:25 AM
|
User(s) browsing this thread: 2 Guest(s)