what's the meaning of the keep param?
Instruct the text converter to advance to the specified record.
This method works only in the Manual mode.
Function GoTo( rec_num, [abs], [keep] )
integer rec_num - the record number
boolean abs - how to trat the record number:
true - absolute (from the top of the document)
false - relative (from the current line)
boolean keep - instruct the TextKonverter to keep record
none
this.GoTo( 2, false ) ' skip two records