×
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.
Im trying to use regcomp/regexec to extract emails from a long string.
When i test the code, the return code is 13. Where can i find out what
that means?
code:
P eminnote B export
*-------------------------------------------------------------------
D eminnote PI 60 dim(20)
D claimin 7 0 const
D datain 1000 const
d data s 1000a inz varying
d regex_ph_nbr ds inz likeds(regex_t)
d dsrm ds inz likeds(regmatch_t) dim(100)
d ast s 60 inz(*all'*')
d pattern s 1000a inz varying
d rc s 10i 0 inz(0)
d rtnval s 60 dim(20)
d rtnval_c s 3 0
d email s 60
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.