Split() Function in VB Script?

Split: Returns a zero-based, one-dimensional array containing a specified number of substrings.

Synatx: Split(expression[, delimiter[, count[, compare]]])

Ex: 
str=”Qtp sample test”
arrStr=split(str,” “)

Subscribe to TestingQ.Net

To receive daily posted Interview Questions
Just enter your email address below and click 'Subscribe'

Enter your email address: