Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
[…] Seems like it would be much easier, although much much less fun,
to just have a bunch of procedures, one for each basic data type,
with a zillion parameters all except the first *NOPASS, where all
the procedures look like this:
max = p001;
if %parms() >= %parmnum(p002) and p002 > max;
max = p002;
endif;
if %parms() >= %parmnum(p003) and p003 > max;
max = p003;
endif;
etc ...
return max;
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.