TextEditor.GetLocation (gb.form.editor)

Function GetLocation ( [ Y As Integer ] ) As String

Since 3.20

Return the location of a specific line.

The location is mostly the name of the function the line belongs to. It actually depends on the editor Mode.

  • Y : The line number. If not specified, the location of the current line is returned.

If no location is available, the "?" string is returned.