Try - Function SummarySummary:Tries to DO a block and returns its value or an error. Usage:try block Arguments:block - The block argument. (must be: block) Description:TRY provides a useful means of capturing errors and handling them within a script. For instance, use TRY to test an expression that could fail and stop the script. TRY returns an error value if an error happened, otherwise it returns the normal result of the block.
Related:disarm - Returns the error value as an object.
| ||||
|