Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GetLine ====== Method of [[:scripting:api:output-pane:start|IOutputPane]] ===== Description ===== Returns line text ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nLine** ==== Return Value ==== * [[scripting:api:data-type:BSTR|BSTR]] **pstrLine** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrLine = OutputPane.GetLine(nLine); </code>==== Visual Basic Script ==== <code vb> pstrLine = OutputPane.GetLine nLine </code>==== C++ ==== <code cpp> BSTR pstrLine; HRESULT hr = OutputPane.GetLine(nLine, &pstrLine); </code>===== See Also ===== [[:scripting:api:output-pane:start|IOutputPane]] ~~NOTOC~~