cancel
Showing results for 
Search instead for 
Did you mean: 

text arae to arry

MA.21
Associate III

can i add 10 textarea into an array like

uint8_t txt[10] = {textarea1,textarea2,textarea3,.....,textarea10};

actually i want 100 uart data 10 times ie

1st time recieved and printed on textare1, 2nd on second and so on. after each printing an index in increased and change the array index according to the index

it should work

1 REPLY 1
MM..1
Chief II

This is question?

No uint8

Yes array of object pointers