Hi,

Can anyone help me with the problem.

I have an array of strings e.g. strErrors()
If any of the strings held in this array hold ' or " I want to replace it with a space.

I read in the data from log files (up to 100) using FileSystemObject and readline.

I've tried everything I know to try and replace the chars but nothing seems to work.

Any help is greatfully appreciated.

H.