Print on-screen array as text

0

How do I print the contents of an array on the screen using text () in the processing language? I have the array parts:

final int MAX_SIZE=56;

char[] pecas= new char[MAX_SIZE];

I added 6 in the array. The rest is empty.

When I use a loop and try to use text it gives error.

    
asked by anonymous 14.03.2018 / 00:08

0 answers