Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek - not exact search? What does influence on it?
Message
De
04/01/2000 11:49:51
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00312453
Message ID:
00312482
Vues:
19
>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.
>
The seek function will respect the SET EXACT and SET NEAR commands.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform