what's the meaning of the keep param?
TextConverter Object | DescriptionInstruct 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 recordnone this. GoTo( 2, false ) ' skip two records |