× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



While writing terse statements may save time, I personally don't use that style because it's not as readable to the naked eye if you have a bunch of those stacked together.

More lines of code to write it out, perhaps, but more readable definitely.

And I also document intent with comments as well to help out the uninitiated. That helped me a lot when I was the only maintainer for more than 10 products.

Better than hearing that old argument: "The code tells you what it does" and then looking at my own code and going WTF 😊

Code style is a non-winnable argument because we all think we do it the best.

Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx

-----Original Message-----

message: 2
date: Sun, 6 Sep 2020 15:48:16 +0200
from: Carel <coteijgeler@xxxxxxxxx>
subject: Re: single Line If stateement

Write your ow subprocedure, because that is what iIf actually is.

So, yes, possible in RPG on any OS level.


Op 6-9-2020 om 15:27 schreef Alan Campin:
Years ago, a boss of mine did something like this

If Identity = Yes:'Y':'N';

which doesn't compile.

I found an article on by Ted Holt defining a function iif where he did
this

Identity = iIf(InIdentity:YES:NO);

I suspect this is what my boss was using.

Is there a way to do this directly in RPG, V7R3 release level?




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.