GoTo()

what's the meaning of the keep param?

Description

Instruct the text converter to advance to the specified record.

This method works only in the Manual mode.

Syntax

Function GoTo( rec_num, [abs], [keep] )

Parameters

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

Return value

none

Example

  this.GoTo( 2, false )    ' skip two records

See also

GoNext()

TextConverter's Methods