Moves the cursor to the start of the current logical line or the start of text.
Moves the cursor to either the start of the current logical line, or the first non-white space character of the current line. If the cursor is within white space characters at the beginning of the line, this command moves the cursor to the first non-white space character of the line.
document.selection.StartOfLine(false,eeLineLogical | eeLineHomeText);
document.selection.StartOfLine false,eeLineLogical Or eeLineHomeText
Send feedback on this topic to Emurasoft