Re: Problem Inserting Scripts Sometimes - Autodesk Community
I figured out part of the problem. when setting up the script file in notepad, I was using a comma to separate the point number from the northing, ie: 1,2249750.9205530207,1248671.491466763 Turns out I should have been using a space, ie: 1 2249750.9205530207,1248671.491466763 That little change...