2022-06-14 01:45 AM
Greetings,
I am trying to add up texts from different scroll lists and show up in one textArea as a concatenated string as image shown below :-
I have tried converting the typed text to Unicode::UnicodeChar and then applying Unicode::strncpy but it completely replaces the text.
2022-06-15 04:39 AM
the simple function I want to perform is that I get text selected from these 3 scroll lists and they add themselves and showup in the 3rd textArea. hope I make my question clear.!