|
CONST is parsing a pointer on the stack to a copy of the data.
VALUE is copying the values on the stack.
So it is the same behaviour.
However with CONST the implementation of the caller can decide if it
wants to encapsulate the variable or let it be modified by the called
procedure. Where VALUE it will always be not modified ( except when you
pass a pointer by value .... it can be a long story .... :)
On Wed, Mar 11, 2020 at 10:26 PM Charles Wilt <charles.wilt@xxxxxxxxx>
wrote:
That's not right...called
when yo use VALUE, the actual value is passed, not an address..
Charles
On Wed, Mar 11, 2020 at 3:02 PM <dlclark@xxxxxxxxxxxxxxxx> wrote:
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 03/11/2020to
04:38:34 PM:
In which case, the variabkle is copied to a new location and *pointer
one
new location* is passed to procedure.
In the end, you always passed a pointer under covert....
I used to think that. But then I ran into the situation where
program was passing a parameter by reference (by default) but the
theprogram expected the parameter to be passed by value (explicitly) and
*********************************************************************************************called program couldn't see the passed value at all. Explain to me whyis
that? Thanks for the education.
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
proprietaryThis email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or
allinformation. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and
privilegecopies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or
*********************************************************************************************is waived or lost by any error in transmission.
------
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.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.