text arae to arry
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-14 3:54 AM
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
Labels:
- Labels:
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-14 8:03 AM
This is question?
No uint8
Yes array of object pointers
