Function Entry: VLE-LISPVERSION
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-LISPVERSION
Name
vle-lispversion
Class
BricsCAD VLE Library Function
Syntax
(vle-lispversion)
Arguments and Values
- none
Description
returns the version of the Lisp engine as string of a number
Return Values
the version of the Lisp engine as string of a version number and platform like "3.0 (x86)"
Examples
(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
Notes
using (atof (vle-lispversion)) will return the (double) number instead
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-lispversion (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlelispversion.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).