Skip to main content

Search

Search

Debugging Vbscript

Comments

1 comment

  • 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

Please sign in to leave a comment.