Using the RETURN-VALUE function across sessions
- Last Updated: January 15, 2015
- 1 minute read
- OpenEdge
- Version 13.0
- 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.