×
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.
Hi Birgitta,
Am 13.12.2025 um 18:11 schrieb Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>:
%IF does not (yet?!) exist.
But it would be easy to code ... and for different data types the function can be overloaded.
Well - yes and no - of course you can overload the input parameters - but until now, it is impossible to also override the return value type. All procedures (functions) in a override have to return the exact same type. So you would have to create different functions vor each return type.
ifChar( 1 = 1 : 'Hello' : 'World' );
ifInt( 'Y' = 'N' : 1 : 0 );
... and so on. So a %BIF would be much easier, as it could return an arbitrary type.
Regards,
Daniel
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.