Function Entry: VLE-SAFEARRAY->LIST
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-SAFEARRAY->LIST
Name
vle-safearray->list
Class
BricsCAD VLE Library Function
Syntax
(vle-safearray->list safearray)
Arguments and Values
- safearray the SAFEARRAY to be returned as list
Description
creates a normal list of items from given SafeArray safearray
Return Values
list of items, or NIL if safearray is empty
Examples
(vle-safearray->list sa) returns (<#IDispatch object> <#IDispatch object> ...) or NIL
Notes
other than the normal (vlax-safearray->list), this function does not trigger an error if the SafeArray is empty (which is normal + valid for any SafeArray)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-safearray->list (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-safearray-list.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).