how in visual basics change characters in string example (1 0) , (0 1) without problem of changing them first 0 , 1, want result example "00110010101101001010" "11001101010010110101" (to flip it)
use intermediate value.
change 0 -> 2 change 1 -> 0 change 2 -> 1
Comments
Post a Comment