Method of ITextDocument
Returns copy of document line chars
var strChars = TextDocument.GetLine(nLine);
==== Visual Basic Script ====
strChars = TextDocument.GetLine nLine
==== C++ ====
BSTR strChars; HRESULT hr = TextDocument.GetLine(nLine, &strChars);
===== See Also ===== ITextDocument