Page 1 of 1

Search text in textfile

PostPosted: Thu Jul 02, 2020 11:16 am
by Marc Vanzegbroeck
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?

Re: Search text in textfile

PostPosted: Thu Jul 02, 2020 5:39 pm
by Enrico Maria Giordano
Code: Select all  Expand view
At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos


Please note: for best result you have to use nPos and update nStart accordingly.

EMG