hexagon logo

Sript error Line38

Hello all,
I've been using script out of tol for a while. It worked fine on verisons 2010,2013,2018 but as soon as I updated to 2019R2 script is giving me Line 38 error on Off line. Same program ran on machines with PCDMIS 2013MR1, works with out problem. I reported the issue with Hexagon but no help yet. I wonder if someone could help me with this. I will greatly appreciate it. Attached is the script and error messages. Thank you!!

Attached Files
Parents

  • There was one recently where some Pc-Dmis reserved words which previously worked in scripts now didn't.

    Change
    Dim ID As String to Dim ID1 as string
    ...and also every other instance where ID is used (Be careful if you try use Find & Replace and it may change all the ID2's as well.)

    (Does that make sense?)
Reply

  • There was one recently where some Pc-Dmis reserved words which previously worked in scripts now didn't.

    Change
    Dim ID As String to Dim ID1 as string
    ...and also every other instance where ID is used (Be careful if you try use Find & Replace and it may change all the ID2's as well.)

    (Does that make sense?)
Children
No Data