03-26-2015 01:43 AM
Hello everyone,
Please help me. i'm having hard time to do the attached image below can someone please see my code and , give me some advice.. I want to convert every 0-16 in ascii 17-32 etc and put ascii value right side of every 16 counts..thanks all.
03-26-2015 03:06 AM
Have a look at the Byte Array To String function. You can split up the byte array into 16 byte chunks, then call Byte Array To String on each chunk, then append that to each line of the table.
03-26-2015 06:07 AM
03-26-2015 06:09 AM - edited 03-26-2015 06:09 AM
thanks Sir, I Just did..
but instead of using multicolumn listbox i used table..