Zum Hauptinhalt gehen

Suche

Suche

Bartender Prompts

Kommentare

2 Kommentare

  • Avatar
    adam cummick

    The easiest way to get that result is with the vb split function. The results would be stored in testArray(0) and testArray(1).

    Example:

    Dim testArray()

    testArray = split(scanInputCode,"-")

     

    0
  • Avatar
    john lawrence

    Will I then be able to use testArray(0) and testArray(1) in my SQL code?

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.