× 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.



What I did in a similar case is to have 2 sub-procedures, like addFld_N for 
numeric fields, and addFld_A for alphanumeric fields.


 -----Original Message-----
From:   Ross Hartford [mailto:ross.hartford@xxxxxxxxxxx] 
Sent:   Thursday, June 10, 2004 3:44 PM
To:     'RPG programming on the AS400 / iSeries'
Subject:        RE: Prototyping for either character or numeric

We are converting code from another language to RPG free form.  Some of the
old language functions could either pass a character or numeric depending on
what the first parameter (function) is.  So depending on the first
parameter, I know what to expect after that.  As Bob mentioned, sadly
there's no way to perform the same type of function.....  We'll just pass it
with a %editc or %char to the function and then %dec it back.... 


Ross Hartford
Cothern Computer Systems, Inc.
1640 Lelia Drive, Suite 200
Jackson, MS  39216

Phone:     601-718-0803
Fax:       601-969-1184
Support:   888-222-5577

email:     rossh@xxxxxxxxxxx
website:   www.ccslink.com
 
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Scott Klement
Sent: Thursday, June 10, 2004 2:24 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: Prototyping for either character or numeric


> Is there a way to prototype a procedure call so that it can take either a
> character or numeric variable?  I know that I can pass a pointer and get
the
> data from there, but I was hoping not to complicate the maintenance with
> that level of intricacy...

I have a few different ideas, but I'm not really sure if I understand the
scenario.  What are you going to do with the passed data?

It seems to me that you really need to know whether the data is character
or numeric in order to be able to use it later in the subprocedure.  What
is it that you're planning to do with the parameter once you have it?

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.