Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best search methods
Message
From
03/05/2001 09:53:13
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00502437
Message ID:
00502985
Views:
10
I read read your last letter carefully, and the solution works ( mostly, in you're example the resualts were incorrect if the first X% had no matches )... I replied simply for the sake of interst.
( and you alway seem to be the first to respod to my questions thanks again )

if you're curious the solution that I used was:

select *, recno() as recno from part where id like m.ending ;
union ;
select *, recno() as recno from part where id like m.Starting ;
union ;
select *, recno() as recno from part where between(id, m.Starting, m.Ending ) ;
into cursor realtemp ;
order by 1


as the between() will grab all between the wildcards, but nothing like the wildcards.

- jer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform