hi
in vb 6.0 ,iam using space in split function. that is working fine.
Split(str, " ")
now i want 2 use tab. bcoz in the text file the delimiter they are using is tab. so i want 2 use tab for split funcion. i dont know abut that . can anyone help me .
2 4 6 7 -- like this the data is available.
regards
vivek
in vb 6.0 ,iam using space in split function. that is working fine.
Split(str, " ")
now i want 2 use tab. bcoz in the text file the delimiter they are using is tab. so i want 2 use tab for split funcion. i dont know abut that . can anyone help me .
2 4 6 7 -- like this the data is available.
regards
vivek
Comment