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



N/M.  I meant to call _itoa, not _atoi.  I changed the
call to ExtProc('_itoa') and it works fine.

*blush*

Regards,

Jim Langston

-----Original Message-----
From: Jim Langston [mailto:jlangston@celsinc.com]
Sent: Wednesday, December 05, 2001 3:32 PM
To: 'rpg400-l@midrange.com'
Subject: I thought I knew this. What's wrong with this Prototype/Call?


Aren't' you supposed to pass parameters by reference when they can
be changed? My understanding is, by reference is by pointer, by value
is a copy of the variable.  Or am I wrong?

D atoi            PR                  EXTPROC('_atoi')
D                               10U 0
D                                 *
D                               10U 0

D  DQD_SplNumber         49     52U 0
D SpoolNumber     S             10A
D @SpoolNumber    S               *

@SpoolNumber = %Addr(SpoolNumber);
atoi(DQD_SplNumber: SpoolNumber: 10);

*RNF7542 30      1 Parameter cannot be passed by reference when it can be
                   changed during the call.

Regards,

Jim Langston


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.