0

I have one textbox(textBox1), inside of that textbox there are a lot of lines that are containing, let's say people's names and lastnames, divided by ':', example:

Liam:Williams

Noah:Davis

Lucas:Garcia

Ethan:Lee

There is left side and the right side divided by ':'. My question is: How can I take out what's on the left(or right, doesn't matter) and print it in textBox1?

ursx991
  • 17
  • 3
  • 1
    Please show the code you are trying to use, `.Split` would work, but you probably need to split it twice, difficult to tell without seeing what you have – Fabio Oct 23 '20 at 23:31
  • You need to make this question clearer. For instance, how many textboxes are there. show the exact text you have, and the out put you desire – TheGeneral Oct 23 '20 at 23:32

0 Answers0