Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching Text Files
Message
De
21/11/2000 14:46:10
 
 
À
21/11/2000 14:43:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00444315
Message ID:
00444319
Vues:
7
>Is there any way to do a search in a text file for a particulary character? The only way I have been able to do this is to use FSEEK() and FREAD() to read each character. It is extremely slow on large text files.
>
>Thanks in advance for your help,
>Russell

cData = FILETOSTR("yourfile.txt")
IF cSearchFor$cData
...
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform