Category:

Miscellaneous

Concatenates two strings.

Syntax

concat(
  Str1 String,
  Str2 String
): String

Parameters

Str1 is the first string to concatenate.

Str2 is the second string to concatenate.

Return value

Type: String. Returns the resulting string.

Examples of using

concat('str. ', dataset_field_val(1, 'StreetAddr'))