|
You're correct in your belief that CONST is what is allowing this...
It's designed to allow you to do so when needed, which means it's your
responsibility to know you're doing it. :)
Changing the procedure is a bad idea....especially when there's a better way.
Basically
1) Rename existing procedure(MyProc --> MyProc_old) without changing PI
2) Move code to new MyProc with changed PI
3) MyProc_old simply calls MyProc
4) update binder language source, taking care to just rename the
existing MyProc line and adding a new one at the end and either leave
a hard coded signature alone or make use multiple ones with *PRV
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.