TextComponent - Merge Components (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.4.0, 2.8.5 (delimiter), 2.15.0 (strings)

Syntax

merge components %textcomps/strings% [[join[ed]] (with|using) %-textcomp/string%]

Description

Merge multiple components into one. If adding strings/texts, they will be converted into components.

Examples

set {_t} to merge components {_t::*}
set {_t} to merge components {_t::*} joined with newline

View source