Using the RETURN-VALUE function across sessions
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The value of the RETURN-VALUE function
in an ABL client session is affected by remote procedure execution.
If a remote procedure returns a value by executing the RETURN statement,
this value is returned to the client as the value of the RETURN-VALUE function.
Note: The
LONGCHAR and MEMPTR data types cannot be returned from a remote
user-defined function.