12-24-2010, 10:03 AM
Hi Sudhir,
Can you please provide the strings you get from the 2 outcheckpoints you applied and also make sure that the values are stored in different columns.
The split is working fine for me.
Can you please provide the strings you get from the 2 outcheckpoints you applied and also make sure that the values are stored in different columns.
The split is working fine for me.
Code:
text= "Frankfurt TO New York"
Myarr=split(text,"TO")
msgbox Myarr(0)
msgbox Myarr(1)