On Tuesday 14 September 2010, 01:54:01 Algis Kabaila wrote: > Is it possible to access lines of text in a textEdit? If so how can I > find information about it? Depending on document type, try this: document().findBlockByLineNumber(lineNumber).text() Pete