what's the recommended approach for performing the equivalent of a catch around apply_svalue()?
I've got some code that uses apply_svalue() that is called by code i don't have access to, and I don't want a thrown error to break out of that code (that I don't have access to). suggestions are welcome!
bill