Hi,

In my textbox the user can enter as many 0 or 1 characters as they want.

For example:

"1110010101001"

Does anybody know how I can do this:

When the user clicks my Command1 button, all 0 characters in the text box are replaced with 1, and all 1 characters are replaced with 0?

Gracias