Basically i have made a small program that uses the Replace function to search for a specified string and replace it with whatever i choose from a binary file..i'm just having problems replacing non string characters...In the
Replace(variable, "string", "different string")
string will be replacd with different string..but what if i want the value 00 in hex (which can't be typed instead of string beacuse i don't know how..is there an ascii character for 00 hex value?) to be replaced with 2E (full stop)...what do i need to do? help!

TiCaL