Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching Text Files
Message
From
21/11/2000 14:46:10
 
 
To
21/11/2000 14:43:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00444315
Message ID:
00444319
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform