Hey guys got a question on removing a delimiter on a random sized string. The string is a persons name, their respective hex numbers, with the number 0 seperating each hex value. Such as:

5706906306306106106E

Would equal Wiccaan, with 0's seperating each hex combo.

I need to remove the 0, or change it with a " " (space) instead of having the 0's there. I ask this cause I have a file of names in hex with this delemiter and I need to convert it from the hex to regular letters.

I can make the ASCII function to convert the hex to ascii, I just cant figure out how to start a function to remove the 0's because hex uses 0's...

Thanks for the help in advance.