Function Entry: XSTRCASE

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

Function Entry: XSTRCASE

Name

xstrcase

Class

BricsCAD Standard / Misc Function

Syntax

(xstrcase "aAbBcC")

Arguments and Values

  • string (string) the string to be converted to
  • uppercase

Description

xstrcase string) This function returns the string in uppercase.

Return Values

string, always in uppercase

Examples

(xstrcase "aAbBcC")
 "AABBCC"

Notes

see (strcase) function

Availability

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

Source Notes

BricsCAD System Functions (1 entries)