Hi,
Was wondering how you could replace the x-th character in a string with another character.
Let's say I have a string "11111111" and I want to replace the x-th "1" with a zero, how do I do that?
Thanks and BTW I know of course of the existence of BitWise.dll and the bit-operators but need this in a string.......
Marc
Was wondering how you could replace the x-th character in a string with another character.
Let's say I have a string "11111111" and I want to replace the x-th "1" with a zero, how do I do that?
Thanks and BTW I know of course of the existence of BitWise.dll and the bit-operators but need this in a string.......
Marc