Can any one tell me how I can pad a string with hexadecimal values in Tcl. I am new to this area. A string str1 should look like this:
[hexadecimal 2]str1[hexadecimal 3]. This is done just to make sure that str1 can contain any value and when i am reading it i will know that it starts with hexadecimal 4 and ends with hexadecimal 3.
Thanks in advance
[hexadecimal 2]str1[hexadecimal 3]. This is done just to make sure that str1 can contain any value and when i am reading it i will know that it starts with hexadecimal 4 and ends with hexadecimal 3.
Thanks in advance