
ConcatenateStrings – Concatenating an array of strings
‘ Concatenate the input strings, and return the resulting string. The first ‘ input string is used as a separator.” Example:’ Dim i As Integer = 4′ Dim d As Double = 34.45′ Dim s As String = “VB-2-The-Max”‘ Dim ret As String = ConcatenateStrings(” “, s, “is a nice