跳到主内容

搜索

搜索

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

请先登录再写评论。