Each byte of the array should contain a single ascii character only. There are no unsigned integers. So, the 3 in the first position actually looks like $33 instead of $03. This way it will print the ascii number "3". What are you trying to manipulate? Also, if you post your code, put ; or ' in front of your comments. It will make your code easier to read and help us troubleshoot it.
Ron
Bookmarks