Easy Tutorial
❮ Func Isempty Func Formatdatetime ❯

VBScript Join Function



The Join function returns a string consisting of several substrings from an array.

Syntax

Parameter Description
list Required. A one-dimensional array containing the substrings to be joined.
delimiter Optional. The character used to separate the substrings in the returned string. The default is a space character.

Example

Example

Separating items from an array, with and without using the delimiter parameter:

The output of the above example:


❮ Func Isempty Func Formatdatetime ❯