Modifying Chars in a String As If They Were Bytes
Posted: Mon Jul 05, 2010 9:29 pm
How would I go about modifying chars in a string as if they were bytes?
I need to read data from a file then modify it byte by byte but nothing I have tried has worked. I tried using ord chr and strlen
but the output seems to be rounded to conform to some crazy standards where the range isn't 0-255
Thanks
John
I need to read data from a file then modify it byte by byte but nothing I have tried has worked. I tried using ord chr and strlen
but the output seems to be rounded to conform to some crazy standards where the range isn't 0-255
Thanks
John