Skip to content

Concatenate Strings

AutomationDirect edited this page Jan 6, 2020 · 2 revisions

Concatenate Strings


Description

Glue two string constants or string variables together to create a new string.


Usage

Returns a new string that contains both input strings 'glued' together.


Notes

  • Any combination of string constants/string variables may be used.
  • Use sparingly to increase performance.

Clone this wiki locally