跳至主內容

搜尋

搜尋

Debugging Vbscript

評論

1 條評論

  • Avatar
    Fernando Ramos Miracle

    Hello ValerieA,

     

    Unfortunately with VB Script in BarTender you need to manually debug the code (unless you test it on an external application). A good approach is to use the "MsgBox()" method so you get a dialog at that point of the script, you can also declare certain values of variables to make sure that it's working as expected.

     

    In any case, please post your code so we can take a look at it, we might be able to help.

     

    Regards

    0

登入寫評論。