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