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

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 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.