Hello, how do I split an array and put 3 in 3 inside another?
I have an array:
aux_zip ["Cafe","feijao","frango","batata","pao","miojo","laranja","mouse","teclado];
I want to concatenate this way:
zip ["Cafefeijaofrango","batatapaomiojo,"laranjamouseteclado];
So that he takes every 3 of the other he does 1 in that.
I am 2 days breaking my head with this, could you help me please?