gui.getTextEditorLinePosition
Returns the position of the first character of the line in the text.
Prototype
nPosition = gui.getTextEditorLinePosition ( hComponent, nLine, [bTextStart=false] )
Description
nPosition is the position from the start of the text not from the line.
Parameters
hComponent - valid editor component handle
nLine - line number
bTextStart - returns the position of the first character of the line if false, or the position of the first alphanumeric character of the line if true; optional, default false
Return values
nPosition - position number
Available since ShiVa 2.0