Description: Split() Function returns one dimensional array containing the substrings, after splitting the main string based upon the delimiter provided. Format: Split(strMainString [, delimiter[,intlimit[, vbCompare]]]) Arguments: strMainString Mandatory Type: String String which will be split delimiter Optional Type: Any The expression based on which the strMainString will get split intLimit Optional Type : Numeric No … Read More →
↧