I have the below bytes:
byte[] data = {(byte) 0x91,(byte) 0x92,(byte) 0x93,(byte) 0x94,(byte) 0x95,
(byte) 0x96,(byte) 0x97,(byte) 0x98,(byte) 0x99,
0x0A,0x0A,0x0A,0x0A,0x0A};
I want to make a loop in order to make dialogs with byte contents:
(byte) 0x91
(byte) 0x92
(byte) 0x93
and so on.