Access user-defined function return values
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can access the return value after running any user-defined function
using the following method on the com.progress.open4gl.javaproxy.ParamArray object:
Syntax
|
You need to cast the return Object to the correct return
type for the function. For example:
|
For information on accessing arrays see Arrays as return values.