I wouldn’t be at all surprised if it turns out I’m just blind, but I can’t seem to find anything in the documents about error handling (aside from when using the Run() command). Does BrightScript have any sort of “On Error” or “try…catch” functionality?
All I’ve seen on that is Run() or Eval()…
Or reading an error code from the return of a function…
-Kevin
There is no exception handling in BrightScript at this time.
The previous post about using Run() or Eval() as a replacement is here:
http://forums.roku.com/viewtopic.php?f=34&t=27338&start=0&hilit=eval
–Kevin
