跳至主內容

搜尋

搜尋

"global" Procedures For All Events Conflicts With Text Obj Data Source Script??

評論

2 條評論

  • Avatar
    Ian Cummings
    版主

    It looks like you have to define the variable first:

     

    Dim counter
    counter = 1
    

    With this done the error in the single line VB script goes away.

    0
  • Avatar
    Legacy Poster

    Thanks Ian; initially I tried declaring and assigning on the same line, which I guess isn't allowed. I got some help via this response in a different thread and thankfully have gotten past similar noob mistakes since then :)

    0

登入寫評論。