Special Characters problem

  • Thread starter Thread starter Danno
  • Start date Start date
D

Danno

I have a file which contains special characters that equate to a hex 00
(0x00).

When I read each line into a string, I need to replace the hex 00 characters
in the string with a space.

What's the easiest way (or any for that matter) to accomplish this task.

Thanks. I've been wracking my brain all day on this.

Danno
 
Back
Top