Skip to content

Concatenate Strings

AutomationDirect edited this page Jan 3, 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 as little as possible to increase performance.

Clone this wiki locally