|
> P STRIPEMAIL B export > D STRIPEMAIL PI like(EmailAddress) > D SourceString 512a const > > How do I return *null? For example, they pass me a bad string in which I > cannot find what I am looking for. I'd like to return *null. Possible? Nope. May as well add another parameter to indicate status back to the caller. d stripemail pi like(emailaddress) d sourcestring 512a const d returncode 10i 0 An alternative is a bit more C-like d stripemail pi 10i 0 d sourcestring 512a const d returnstring like(emailaddress) Null support isn't yet what we hoped for. --buck
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.