My code works, so maybe my assumption about getenv() returning a null-terminated string was wrong.
-----Original Message-----
From: Francois Lavoie [mailto:Francois.Lavoie@xxxxxxxxxxxxxxxxxxxx]
Sent: Thursday, April 23, 2020 8:34 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: %str() use discouraged?
If getenv returns a null-terminated string then the statement should be:
If getenv('ENV_VAR') = %str('Literal value here');
But you would had figured that out
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Justin Taylor
Sent: Thursday, April 23, 2020 09:00
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: %str() use discouraged?
I'm afraid I'm not familiar with a "zero terminated string"
My intended use is this:
If %str(getenv('ENV_VAR')) = 'Literal value here'; Endif;
I believe getenv() returns a null-terminated string.
Thanks
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.