Join Strings
Join strings
Description
Join a string into a full sentence based on comma separated values
Properties
Values to join
A list of items to join separated by a comma. These can be a string or a variable.
The individual values are not trimmed so remember this when using variables. The interpreter might not detected a world value because of the space
Returns
Returns the joined strings
Last updated