====== DbgFileView::findString ====== (string findThis)Find the specified string in the currently viewed file and scroll it into view. ===== Syntax ===== bool DbgFileView::findString(string %findThis); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%findThis%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:bool|bool]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:dbgfileview:clearbreakpositions|DbgFileView::clearBreakPositions]]\\ [[scripting:doc:u:dbgfileview:getcurrentline|DbgFileView::getCurrentLine]]\\ [[scripting:doc:u:dbgfileview:open|DbgFileView::open]]\\ [[scripting:doc:u:dbgfileview:removebreak|DbgFileView::removeBreak]]\\ [[scripting:doc:u:dbgfileview:setbreak|DbgFileView::setBreak]]\\ [[scripting:doc:u:dbgfileview:setbreakposition|DbgFileView::setBreakPosition]]\\ [[scripting:doc:u:dbgfileview:setcurrentline|DbgFileView::setCurrentLine]]\\ ===== References ===== This function is not called by any other functions.