G
Grey
how to split the string which the separator is TAB.e.g.
string a = "abc bcd abc";
a.split('Tab');
Does it need to use some special character...which like vbTab in VB6...
Million Thanks
string a = "abc bcd abc";
a.split('Tab');
Does it need to use some special character...which like vbTab in VB6...
Million Thanks