Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek - not exact search? What does influence on it?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Seek - not exact search? What does influence on it?
Miscellaneous
Thread ID:
00312453
Message ID:
00312453
Views:
51
Hi everyone,

Today I found that function seek() does not exact search. Does it respect exact settings? I didn't notice this before...

Test example: (haven't checked exact settings)
create cursor hhh (code C(5))
select hhh
for i=10000 to 99999
  insert into hhh value (alltrim(str(i)))
endfor  
index on code tag code
? seek('111','hhh','code') && return .t.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform