|
VIsual Basic contains some useful functions not available in the .NET class library. This post is about one of those functions, the Join(string array,string delimiter) function. The Join function concatenates an array of strings into a delimited string...
|