Hi,
I need to seach a string in more then 10000 text-files.
If exist, I have to add the file-name into a database.
What is the fastest way to search a string in a text-file?
Search text in textfile
-
- Posts: 1102
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact:
Search text in textfile
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Search text in textfile
Code: Select all
At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos
EMG