共用方式為


LineBeginsWith

更新:2007 年 11 月

InsertIntoFunction 呼叫,用來判斷一行是否以指定的字串開始。

 function LineBeginsWith(        strBody,        strSearchString,        nStartPos   );

參數

  • strBody
    函式的主體。

  • strSearchString
    要尋找的字串。

  • nStartPos
    搜尋的起始點。

傳回值

如果找到字串則為 true,否則為 false

備註

此函式由 InsertIntoFunction 所呼叫,用來判斷指定的行是否以指定的字串開始。

請參閱

工作

建立自訂精靈

概念

使用 Common JScript 函式自訂 C++ 精靈

設計精靈

參考

OffsetToLineNumber

其他資源

C++ 精靈的 JScript 函式