split Method (JScript 5.6)

Returns the array of strings that results when a string is separated into substrings.

stringObj.split([separator[, limit]])

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also