Hello,
I would need a 2x2 aray of num.
PERS num databuffer{sizebuffer,6};
I would like to be able to change a whole line in a single line of code, e.g.
databuffer{1} := [500, 148, 352, 120, 121, 024];
Error indicate that this is wrong since I did not give two indices. What can I do to change the lines of such array in a similar manner?
Thank you