1.

How will you get a combined string from array of string in VBScript?

Answer»

Using Join function, which returns a String that contains a specified number of substrings in an array. This is an exact opposite function of Split Method.



Discussion

No Comment Found