Function Entry: VLE-NTH<X>

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

Function Entry: VLE-NTH<X>

Name

vle-nth<x>

Class

BricsCAD VLE Library Function

Syntax

(vle-nth<x> lst)

Arguments and Values

  • lst list of items

Description

vle-nth0 vle-nth1 vle-nth2 vle-nth3 vle-nth4 vle-nth5 vle-nth6 vle-nth7 vle-nth8 vle-nth9 returns the item at index <x> of the list 'lst' for placeholder <x> the functions are implemented for range 0…9

Return Values

item at index <x> of the input list 'lst'

Examples

(vle-nth4 '(0 11 22 33 44 55
66 77 88 99) returns 44

(vle-nth8 '(0 11 22 33 44 55 66 77 88 99)
returns 88

Notes

replacement for (nth <x> lst); index is 0-based

Availability

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

Source Notes