Good day. I encountered such a problem. Two textBox created on the form, the first text is entered, and then the words from the first textBox are selected using a certain algorithm and entered into the second textBox - in other words, the words are rearranged. second textBox (which reflects the rearranged words from the first) rearrangement disappears and display a full copy of the first textBox .When I create an array of words of the second textBox by Split() , it turns out that the array indexes do not correspond to the location of words in W rum textBox , but correspond to the arrangement of words in the first textBox .Very need help how to create an array from the second textBox , to match the actual location of the words in the second textBox
- Make a minimal code sample and add a programming language label. Try to demonstrate the problem with an example: what lines are entered, what is the result. - default locale
- can and should have been added a code and not a fairy tale to read - Vardan Vardanyan
|