Type Entry: STR

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

Type Entry: STR

Name

STR

Class

Type

Description

The designator type returns for a string.

Representation

A sequence of characters printed between double quotes.

Valid Operations

  • strcat, strlen, substr, strcase, ascii, chr
  • type, and the comparison operators = /= < <= > >= (strings compare by content / lexicographically — see chapter 5)

Availability

  • AutoCAD 2026: documented (per type reference page).
  • BricsCAD V26: documented; confirmed by probe.
  • Status: documented.