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