Re: string_exec()
- Posted by dcuny Mar 01, 2015
- 2415 views
katsmeow said...
Regardless of the current situation regarding OE and the words "string_eval", is it possible to flag a phrase as non-fatal?
I don't see why you'd want string_eval to throw an exception unless there was a mechanism to catch it with.
Even then, the exception would have happened within the context, not the caller.
The point of returning a result code is to interrogate the result of string_eval.
Why would you want string_eval throw a fatal exception in the calling routine? What's the benefit?
- David