CrArray: Join

Join

join elements into a string

 Public Function Join(
	  Optional ByVal Delimiter As String = " " ) As String

Parameters

Delimiter
[ByVal] Optional. String. the string to place between elements in the result  

Default: " "

Return Values

String -  string of concatenated elements

Remarks

See Also

Project crgenlib Overview Class CrArray Overview CrArray Properties CrArray Methods Initialize Search