vle-lispversion
(vle-lispversion)
returns the version of the Lisp engine as
string of a number
Arguments |
none |
Return |
the version of the Lisp engine as string of a version number and platform like "3.0 (x86)" |
Example |
(vle-lispversion) => "5.0 (x86)" for x86 BricsCAD or "5.0 (x64)" for x64 BricsCAD; (vle-lispversion) => "2013 (x86)" for AutoCAD 2013 x86, "2013 (x64)" for AutoCAD 2013 x64 |
Alias |
|
Remarks |
using (atof (vle-lispversion)) will return the (double) number instead |
© Bricsys NV. All rights reserved. |