跳到主内容

搜索

搜索

Bartender Prompts

评论

2 条评论

  • 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

请先登录再写评论。