|
-----Message d'origine-----
De : rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] De la part de Simon Coulter
MyProc (
client_number :
' ' :
0 :
client_info :
more_client_info :
' ' :
);
Here one can only presume that the parameters with ' ' or 0 aren't
used.
Incorrect presumption. They are being used but they are only
input values.
I would prefer to see named constants being used. Ask what
does a blank client type mean and define a suitable named
constant. What does 0 mean? What does the second blank mean?
Derive names and use them instead--self documenting.
I just wondered if this is what *OMIT is for?
RTFM will help you with that. *OMIT means the parameter is
omitted--it has no value. A null pointer is being passed. The
receiver has to be written to cope with that.
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.