getLinemarkLines

getLinemarkLines(markNumber: Integer;
                 lineList:   Boolean;
                 list:       IntegerArray input);

The getLinemarkLines method of the JadeTextEdit class populates the array specified in the list parameter with each occurrence (line or position) of the linemark specified in the markNumber parameter.

The list is limited by the DskParam size to 128 entries.

Set the lineList parameter to true if you want the list array to contain line numbers (1-relative) or to false if you want it to contain character offsets to the start of each marked line.