Concatenate
function Concatenate(...strings: string[])The Concatenate function links several strings together.
Parameter
| 
             Name  | 
             Type  | 
             Description  | 
|---|---|---|
| 
             ...strings [ Rest Parameter ]  | 
             string[]  | 
             Any number of strings that are to be linked.  | 
Return value
| 
             Type  | 
             Description  | 
|---|---|
| 
             A string linked from the transfer parameters.  | 
NuGet package: Beckhoff.TwinCAT.HMI.Functions
![]()  | NuGet packages are available from version 1.12.  | 
![]()  | Available from 1.8  | 
