-
Notifications
You must be signed in to change notification settings - Fork 4
Concatenate Strings
AutomationDirect edited this page Jan 6, 2020
·
2 revisions
Glue two string constants or string variables together to create a new string.
Returns a new string that contains both input strings 'glued' together.
- Any combination of string constants/string variables may be used.
- Use sparingly to increase performance.