01-03-2013, 02:13 PM
MyArray = Split(MyString, "x", -1, 1)
Split is a function which which will split a variable using the delimeter and returns an array. Here Mystring is being split using x and it is returning an array which is being stored in MyArray. Please read more about split in QTP Help file.
Regards,
Ankesh
Split is a function which which will split a variable using the delimeter and returns an array. Here Mystring is being split using x and it is returning an array which is being stored in MyArray. Please read more about split in QTP Help file.
Regards,
Ankesh