Procedure return string
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Procedure return string
For session-managed applications, the _getProcReturnString() method
retrieves the return value of the method most recently run on any
thread.
For session-free applications, the _getProcReturnString() method
retrieves the return value of the method most recently run on the
current thread. The return value cannot be retrieved by another
thread.
The following method returns the current value of the application server RETURN-VALUE function:
Syntax
|
Note: The method returns the current value of the application server
RETURN-VALUE function. For more information on handling
return values, see Handle return values.