Announcement

Collapse
No announcement yet.

hs4 event calling a VB script multiple times in parallel - vars being clobbered

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hs4 event calling a VB script multiple times in parallel - vars being clobbered

    my event makes 3 event calls of say foo.vb - of course the 2 events can and do run in parallel (I must disable only allow one instance at a time). it appears that each instance's variables are be overwritten by the next instance that starts executing.

    Is there a way to keep each instance's variables separate?

    thank you.

    #2
    Are those variables local or global? If local, I would say that it's probably a bug. If global, then I would say it's working as designed.

    Showing us a script (or even an example script) would be helpful.

    Comment

    Working...
    X