SiMX

Search this site
    SiMX Help‎ > ‎1. TextConverter‎ > ‎3. Developer's Reference‎ > ‎TextConverter Object‎ > ‎Properties & Methods‎ > ‎

    GoNext()


    TextConverter Object

    • Context Methods
      • IsNewRecord()
      • OnFinishProcess()
      • OnOutputRecord()
      • OnRecord()
      • OnRecordDone()
      • OnSetUp()
      • OnStartProcess()
    • Properties & Methods
      • append
      • Cancel()
      • CloseInputFile()
      • CloseOutputDS()
      • DictIn
        • GetFieldCount()
        • GetFieldValue()
      • DictOut
        • GetFieldComment()
        • GetFieldCount()
        • GetFieldName()
        • GetFieldValue()
        • SetFieldValue()
        • SetFromLine()
        • SetFromText()
      • Find()
      • FStrCat()
      • FStrGet()
      • GetDictIn()
      • GetInputFields()
      • GetLine()
      • GetLineNumber()
      • GetOutputFields()
      • GetPageNumber()
      • GetProjectFile()
      • GetRecordNumber()
      • GetText()
      • GetValueByTag()
      • GetVar()
      • GoNext()
      • GoTo()
      • IsRunning()
      • SkipRecord()
      • System Buffer Management Methods (Advanced)
      • text_qualifier
      • this.AppendRecord()
      • this.AppendStart()
      • this.GetInputFields
      • this.GetInputFile()
      • this.GetItem
      • this.GetName
      • this.GetRecordNumber()
      • this.IsDelimited()
      • this.SetInputFile()

    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

    Sign in|Report Abuse|Print Page|Powered By Google Sites