I'm trying to assemble an array containing arrays of bytes.
What is the easiest way to create such an item?
A LIST or multi-dimension byte array?
Obviously syntax is incorrect, but am lost as to where to start.
Thanks for any thoughts on this.
Rusty
What is the easiest way to create such an item?
A LIST or multi-dimension byte array?
B4X:
Dim Keys As List = ( "49, 50, 51, 52, 53, 54, 55, 56, 57, 48, 49, 50, 51, 52, 53, 54", _
"56, 57, 48, 49, 50, 51, 52, 53, 54, 27, 72, 203, 109, 216, 28, 118", _
"56, 57, 48, 49, 50, 51, 52, 53, 54, 107, 185, 35, 35, 135, 56, 147")
Thanks for any thoughts on this.
Rusty