For the complete documentation index, see llms.txt. This page is also available as Markdown.

Concatenate (String)

Name

Concatenate

Syntax

Concatenate (String str1, String str2)

Purpose

To concatenate two strings and return the result.

Description

Returns the concatenated string.

Return Type

String

Parameters

Str1 [System.String] – First string

Str2 [System.String]

Example

In this example, we are passing the required parameters to the function transformation object using a Variables object.

Where,

Str1 = Hello

Str2 = World

Right-click on the function transformation object and select Preview Output. You can see that Astera Data Stack has returned the a concatenated string using variables str1 and str2.

Last updated