Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by InsertIntoFunction to determine if a line begins with the specified string.
function LineBeginsWith(
strBody,
strSearchString,
nStartPos
);
Parameters
strBody
The body of the function.strSearchString
The string to find.nStartPos
The starting position for the search.
Return Value
true if the string is found; otherwise false.
Remarks
This function is called by InsertIntoFunction to determine if the specified line begins with the specified string.
See Also
Tasks
Reference
Concepts
Customizing C++ Wizards with Common JScript Functions