Hi Patrick,
If this was the case, why is there the possibility to pass by value at
all?
Just for being able to call functions, procedures, methods written in other
programming languages (C, JAVA ...) where the parameters have to be passed
by value.
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization ? Education ? Consulting on IBM i
IBM Champion since 2020
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
"Train people well enough so they can leave, treat them well enough so they
don't want to. " (Richard Branson)
"Learning is experience ? everything else is only information!" (Albert
Einstein)
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Patrik
Schindler
Sent: Saturday, 26 August 2023 23:16
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Passing Parameter as Variable vs as address of variable
Hello Birgitta,
Am 26.08.2023 um 18:33 schrieb Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>:
If this was the case, why is there the possibility to pass by reference
at all?
A use case for me to "pass by value" is to "write protect" a variable.
By reference is the way it always was!
Yes, you are correct. I should not multitask while doing mails. :-)
The above sentence should read:
If this was the case, why is there the possibility to pass by value at all?
Sorry for the confusion!
... and passing huge variables by value can decrease performance, because
always a duplicate of the data is created and passed.
Yes, this matches my thinking.
:wq! PoC
--
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@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.