|
That depends on what you mean by "functions"
RPG Built-in functions are not, that's true...
However, external procedure names are case sensitive. You won't
(usually) notice if you're just calling functions written in RPG, as
RPG converts everything to all UPPERCASE. But the EXTPROC keyword does
allow you to handle lower or mixed case...you're need this if you call
C functions.
extproc(myfunc) --> MYFUNC
extproc('myfunc') -->myfunc
HTH,
Charles
On Wed, Feb 29, 2012 at 8:45 AM, Paul Therrien
<ptherrien@xxxxxxxxxxxxxxx> wrote:
Function names are not case sensitive either.
Paul Therrien
Ext: 551
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Raul A. Jager W.
Sent: Wednesday, February 29, 2012 7:34 AM
To: RPG programming on the IBM i / System i
Subject: Re: Can't See the Difference
Except for the name of the functions ?
paultherrien@xxxxxxxxxxxxxxxxxx wrote:
The RPG language is not case sensitive.
Paul Therrien
Andeco Software, LLC
2233 St. Charles Ave
# 704
New Orleans, LA 70130
225-229-2491
paultherrien@xxxxxxxxxxxxxxxxxx
www.andecosoftware.com
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Richard
Sent: Tuesday, February 28, 2012 3:15 PM
To: 'RPG programming on the IBM i / System i'
Subject: RE: Can't See the Difference
Is it case sensitive? In one place you have #limit, the other #Limit.
/dick
--
This is the RPG programming on the IBM i / System i (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
http://archive.midrange.com/rpg400-l.moment to review the archives at
--
This is the RPG programming on the IBM i / System i (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 IBM i / System i (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 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.