concat concat

Voegt twee tekenreeksparameters of een lijst met tekenreeksen samen.

Categorie

Tekenreeks

Functiesyntaxis

concat(<parameters>)

Parameters

Parameter
Type
Lijst
listString
string
string

Handtekening en type geretourneerd

concat(<string>,<string>)

concat(<listString>)

Retourneert een tekenreeks.

Voorbeeld

concat("Hello","World")

Retourneert "HelloWorld".

concat(["Hello"," ","World"])

Retourneert "Hello World".

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9