bobbyforhire
Technical User
I am looking to do the following.
I have a RichTextBox that will contain a few lines up to 10 or so.
Here is an Example:
AAAAAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBBBBBBB
CCCCCCCCCCCCCCCCCCCCCCCCCCC
DDDDDDDDDDDDDDDDDDDDDDDDD
EEEEEEEEEEEEEEEEEEEEEEEEEE
FFFFFFFFFFFFFFFFFFFF
All of this is the data that i have for in the RichTextbox.
How do i tell my msgbox and or textbox that what i am wanting is the 5th line down and all characters. It will always be the 5th line or 6th or so on.
Results should = "EEEEEEEEEEEEEEEEEEE"
I have a RichTextBox that will contain a few lines up to 10 or so.
Here is an Example:
AAAAAAAAAAAAAAAAAAAAAA
BBBBBBBBBBBBBBBBBBBBB
CCCCCCCCCCCCCCCCCCCCCCCCCCC
DDDDDDDDDDDDDDDDDDDDDDDDD
EEEEEEEEEEEEEEEEEEEEEEEEEE
FFFFFFFFFFFFFFFFFFFF
All of this is the data that i have for in the RichTextbox.
How do i tell my msgbox and or textbox that what i am wanting is the 5th line down and all characters. It will always be the 5th line or 6th or so on.
Results should = "EEEEEEEEEEEEEEEEEEE"