Function Entry: STRCAT

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

Function Entry: STRCAT

Name

strcat

Class

Function

Syntax

(strcat [string ...])

Arguments and Values

  • zero or more strings

Description

Concatenates the argument strings.

Return Values

String.

Autodesk documents that if no arguments are supplied, the result is a zero-length string.

Side Effects

None.

Exceptional Situations

Erroneous if any argument is not acceptable as a string under host semantics.

Examples

  • (strcat "A" "B") => "AB"

Compatibility

String behavior is subject to the pre-Unicode / post-Unicode split discussed earlier in this chapter.

Availability

  • AutoCAD 2026: documented (per Autodesk reference page).
  • BricsCAD V26: presumed compatible (no contradicting page found).
  • Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.