TextEditor.GetIndent (gb.form.editor)

Function GetIndent ( StartLine As Integer [ , EndLine As Integer ] ) As String

Return the indent of a line or of a line range.

  • StartLine is the first line of the range.

  • EndLine is the last line of the range (not included). If not specified, the indent of the sole StartLine is returned.

The indent is the smaller initial space characters part of each line.