I want to embed a charater into a string of values that will force a "tab" after every value and insert it into the Clipboard.
When the string is pasted into the first text box the first tab character will cause the cursor to focus on the second text box and the next value in the string will paste into it until the next tab character, which will force the focus to the next text box... and so on until the end of the string.
I have tried to do this in a test, but it seems that the tab character gets lost in the clipboard, so that the whole string gets pasted only in the first text box.
When the string is pasted into the first text box the first tab character will cause the cursor to focus on the second text box and the next value in the string will paste into it until the next tab character, which will force the focus to the next text box... and so on until the end of the string.
I have tried to do this in a test, but it seems that the tab character gets lost in the clipboard, so that the whole string gets pasted only in the first text box.