Now what I want is to be able to, say, look at ** **translate[0x01][0x01]** **
and get the second character in the second line which would be ** **0x7F** **
.
Or, this:[b] translate [0x00][0x01][/b] would give me the second character in the first line, which would be [b]0x1F[/b].
I just can't seem to get it to work, and I know it's simple, and I know I'll kick myself in the rear when I see how it's done... so anyone? How the heck do I do this?
Krupski:
Now what I want is to be able to, say, look at ** **translate[0x01][0x01]** **
and get the second character in the second line which would be ** **0x7F** **
.
Or, this:[b] translate [0x00][0x01][/b] would give me the second character in the first line, which would be [b]0x1F[/b].