type

StrConcat

StrConcat : HxComp

Concatenates up to four strings. Null inputs are ignored and treated as empty strings.

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

inA

Input A

inB

Input B

inC

Input C

inD

Input D

out

The concatenation of (inA + inB + inC + inD)

inA StatusStr? <summary, transient>

Input A

inB StatusStr? <summary, transient>

Input B

inC StatusStr? <summary, transient>

Input C

inD StatusStr? <summary, transient>

Input D

out StatusStr <output, readonly, summary, transient>

The concatenation of (inA + inB + inC + inD)

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT