|
On 2012-06-17, at 1:00 PM, rpg400-l-request@xxxxxxxxxxxx wrote:
Jon, isn't this what "VALUE" means?a copy is _always_ made. Then const would mean what most people already
I have long advocated that RPG should have const-and-I-mean-it whereby
think it means!
No. VALUE parameters are passed by value i.e. copy of the data is made on
the stack and accessed by the callee. So the callee does not receive a
pointer - they get the actual data.
CONST parameters are normal parms - i.e. a pointer is passed regardless of
the size of the parm.
What I'm talking about would result in a regular pointer being passed but
it would be to a copy of the data. This is what happens now when a CONST
parm requires to be transformed due to data type / size differences.
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
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.