get release number
Because of a serious bug in version 24 I had to make a workaround. I can get the version of BricsCAD with (getvar "ACADVER"), so I could check whether to use the workaround.
In version 24, release 2.07 they solved the bug. Now I must check Version AND release. In V24.2.07, I must not use the workaround, in earlier V24 releases I must activate the workaround.
How do I get the release number of BricsCAD ?
0
Comments
-
You can extract the maintenance release version from (getvar "_VERNUM").
0