ERRORBLOCK()
Post an executable code block for runtime errors.
- Syntax
-
- ERRORBLOCK([<bBlock>]) --> <bOldBlock>
- Arguments
-
- <bBlock> An code block expression
- Returns
-
- <bOldBlock> The old Code block defined
- Description
-
- This function return the current error-handling code block for the specified error code block <bBlock>.If no code block is passed to the function, this function will return a default error handle block for the runtime error system.
- Status
-
- Ready
- Compliance
-
- Platforms
-
- ALL
- See Also