Forum Discussion

aamer_iqbal's avatar
aamer_iqbal
Occasional Contributor
12 years ago

How to read tab separated string??

I want to read text separated by "TAB". e.g :  I want to read below text from text file and save 1,2,3,4 and 5 in different variables. How can I do it ? ABCD(1)    EFGH(2)    IJKL(3)    M...