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...
Continue reading...