[Progress Communities] [Progress OpenEdge ABL] Forum Post: Is there a way to tell if the input parameter was passed using BY-REFERENCE?

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
I'm dealing with input table-handle that needs to be deleted at the end of the procedure or method to avoid memory-leak. A copy of the temp-table is created upon procedure or method call in this case. The problem is I need to know if the caller specified the BY-REFERENCE keyword, which means I can't just run my usual clean up code. The cleanup might have to be done in the caller code. Any ideas?

Continue reading...
 
Status
Not open for further replies.
Back
Top