{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Concatenate operator (x+y)

Concatenates the strings x with y to xy. x and y need to be of the type String.

Usage:

x + y

Returns:

Concatenated String:  xy.

Examples:

"Hello " + "World"
-> Returns "Hello World"
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - String Concatenation (+)