GoNext()

Description

Instruct the text converter to advance to the next input record.

This method works only in the Manual mode.

Syntax

Function GoNext()

Parameters

none

Return value

none

Example

If IsSSN(c) Then

  FindSSN = p

  Exit Function

Else

  this.GoNext

End If

See also

TextConverter's Methods