Hello
I am currently stuck on trying to collect some string items from a richtextbox and then count how many items there are. I then want to relocate one of the string items if there are more than three into another richtextbox.
I currently have been attempting to capture the string items into an array but I have had no luck.
The items in the richtextbox are
Laura Philips
Jaime Jarvis
Rachel Dawkins
So in this case I would want to remove the last entry "Rachel Dawkins" and place it into another richtextbox.
If anyone could give me an example that I can work of or point me in the right direction it would be much appreciated.
Thank you