Use a call object multiple times
- Last Updated: May 24, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This example further demonstrates using a call object multiple times by:
- Dynamically invoking the procedure file hello.p with
the "
CHARACTER" input parameter, string"HELLO WORLD" - Dynamically invoking the external procedure persis.p persistently
- Dynamically invoking an internal procedure of persis.p, internal-persis-proc,
with an input parameter of type "
INTEGER"and with the value 333
|
This example resets the call object handle by using the CLEAR( ) method
between invoking hello.p (the first invoke) and invoking
persis.p (the second invoke).