{{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
Diese Anwendung verwendet Cookies um das Einloggen zu ermöglichen. Durch die weitere Nutzung dieser Anwendung stimmen Sie der Verwendung von Cookies zu.


Hilfe - String Concatenation (+)