Hello

I wrote program that work with Strings.
I read files (text files) to String variable and make some exams on that string.
The exams pass over the string.
I use VB method to handle the string (Like InStr, Mid$, Left$ etc.).

The problem is when I read big files, The exams take lot of time. Some times even 10 minute to one file !!! (and My PC is good one and fast).

There Is any way to handle with String faster ???

Thanks for any help.