Posted 27 May 2016 - 03:10 AM
is there a way to change a certain part of a code? like per say if I had:
also if I wanted to change one of the strings into a table to where I have every character as a different table entry how would I go about doing that?
map = {
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"00000000000000000000000000000000000000000000000000",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
"44444444444444444444444444444444444444444444444444",
}
and I wanted to change the "0" at (10, 11) to a "4" how would I go about doing that?also if I wanted to change one of the strings into a table to where I have every character as a different table entry how would I go about doing that?