|
One could also use a linked list or vector (take any implementation, f.
e. at www.rpgnextgen.com, www.tools400.de or www.bender-dv.de). Most
implementations have a procedure like list_contains(list :
search_argument).
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Terrence Enger
Sent: Friday, March 05, 2010 9:22 PM
To: RPG programming on the IBM i / System i
Subject: Re: AW: More on RPG style
On Thu, 2010-03-04 at 15:04 -0600, Vern Hamberg wrote:
Boy, I wonder if it weren't possible to write and IN() function inRPG.
Maybe pass in the variable you are testing and have an array of the values to test, use some way to vary the count, and return anindicator.
Woohoo!!!
I think that the best you can do is a function working for one type, and
only allowing up to some fixed maximum number of values to test.
Meanwhile, and expression like "0 < %lookup( ... )" can sometimes
approximate what you want. Of course, sometimes you would rather have
the test values manifest in-line.
Cheers,
Terry.
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.