Skip to main content

Search

Search

Writing to a Global Data Field in VB Script

Comments

2 comments

  • Avatar
    Shotaro Ito

    As of BarTender 2016R3, Global Data Field is read only property and that's by design.
    There's numerous request from BarTender users to enable modify value of Global Data Field by VB Script,
    so I'm adding you to the wish list - hopefully we have enough request to realize the feature.

    0
  • Avatar
    George Holcombe

    Just as a follow up for anybody looking for a work-around:

    I was able to successfully pass values/information to other BarTender documents through the use of the FileSystemObject scripts. The BarTender's VBScript Language Reference help file does provide enough information to implement it.

    My strategy was:

    - Write script in the "transmitting" document that will create and write values/information to a txt file.

    - Write script in the "receiving" document that will open and read values/information from the same txt file.

    I hope this helps!

    George Holcombe

    0

Please sign in to leave a comment.