Line
(number) The line number (one-based) of the line you want to get from the richtext object.
Re t u r n s
(string) Returns the text of the specified line in the richtext object. If an invalid line is specified, or an error occurs, a blank string ("") will be returned. You can use Application.GetLastError to determine whether this action failed, and why.