Skip to main content

Search

Search

VB Script Help Endif statement

Comments

2 comments

  • Avatar
    Paweł Gancarz

    Hello Carlos,

    I don't know how you want to enter the data, but if you enter the values you specified, the script will substitute them.
    If you don't enter anything I have the value 9 then.
    The way I understood it.
    Below, you have pictures.

     

    Contents of the script:

    Select case PESOLIQ

    case "0006.00"
    value="1"
    case "0010.00"
    value="3"
    case "0004.00"
    value="5"
    case "0005.00"
    value="4"
    case "0007.00"
    value="2"
    case "0008.00"
    value="6"
    case "0012.00"
    value="8"
    case "0015.00"
    value="7"

    case else value="9"
    end select

    0
  • Avatar
    Carlos Peres

    Hello Pawel

    Thanks a lot for your help, it runs perfectly this way!

    0

Please sign in to leave a comment.