Description
Concats many strings together
Signature
StringConcat('param[0]','param[1]','param[n]')
Example
StringConcat('North52 ', 'BPA ', 'Rocks') Returns 'North52 BPA Rocks'
Parameters
Name | Type | Description | Required |
---|---|---|---|
param[0] | xxxx | xxxx | xxxx |
param[1] | xxxx | xxxx | xxxx |
param[n] | xxxx | xxxx | xxxx |