when i save the text i save it in ascii text format(without italic or others)?
it's easy put a text from righttextbox to strings: but can i get the lines instead intire text?
i get '0'(zero). but i wanted the line text.
it's easy put a text from righttextbox to strings: but can i get the lines instead intire text?
Code:
Private Sub Command1_Click()
MsgBox (RichTextBox1.GetLineFromChar(3))
End Sub