Hi all, I tried to create 2d of numberbox (exemple 6 x 16)
So farI haveencounteredtwoproblems.The NumberboxesshowafloatingpointandI can nottargetaNumberboxto write into it.
For reading I useNumberbox.IdfromI P5control library.. Maybe it's better to use a commandfromclassicalprocessing library ?
Here isaninitializationNumberbox.
SomeoneCan Helpme!;) Thank you ! Sam
I know it's not the best way to do it.
int x,y = 0 ; int xSpace = 65; // espace entre colone int Valueinit = 128; for (x = 0 ; x < 16 ; x++) { for (y = 1 ; y < 6 ; y++) { char data[] = {32}; String str2 = new String(data);