Re: find/match not working

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat

< On 17 Aug 2004, at 9:42, don cole wrote:
< Ok try
< <eucode<
< global function my_find(sequence a,sequence b)
<   integer an
<    a=trim(lower(a))
<     b=trim(lower(b))
<     an=find(a,b)
<     return an
< end function
< 
< global function my_match(sequence a,sequence b)
<    integer an    --maches 2 squences of anny length
<     a=trim(lower(a))
<     b=trim(lower(b))
<     an=match(a,b)  
<    return an
< end function

> Kat wrote:
>The code runs with match() and i am not going to take it down to try new 
>find() code. I have 5280 urls to mine by tonite. Due to the telco here cutting 
>me offline this morning to verify i can get online, and other assorted 
>madness, i hope i make it. 

>Kat

< 
> On 19 Aug 2004, at 15:04, Derek Parnell wrote:
> 
> > Have you actually tried *any* of the code given to you by others? If
> > so, what was the results of that?
> 
> Kat wrote:
> Like i said, no. The code is running as is *now*, looping thru the list and 
> using match on each item in the list. I don't want to interrupt it and waste 
> internet bandwidth on a test, in case someone is waiting on the results of the
>
> code run.

I'm a fairly newbbie to this board and might be missing something here,
but I don't see how do you expect to resolve this issue if you are
unwilling to CHANGE YOUR CODE.

don cole
SF

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu