Hello!
I read line by line (line input) the data of a file stored in (C and then put it
in a RichTextBox. I have some questions!

1)What is a Wrap Character?
2)What is the meaning of this line
Wrap$ = Chr$(13) + Chr$(10)

Thank's!