Function Entry: VL-STRING-SPLIT

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VL-STRING-SPLIT

Name

vl-string-split

Class

BricsCAD Extension Function

Syntax

(vl-string-split string delimiter)

Description

Splits string on delimiter, returning a list of substrings.

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes