Hi everybody!
I have a problem with dimension in eagle 6.5
When I write in the command line a dimension for example: "dimension vertical (-10 10) (-10 90) (-20 50);", it works my dimension is put like in parenthesis (the value of dimension is 80)
But now my goal is use a script to do this because I have a lot of dimensions to put and they are very often the same.
So I copy the command line in my script file
And the result is 90 like if it doesn't care about the first parenthesis.
Is it a bug of Eagle or did I do an error somewhere?
Jean-Louis