I have a text file for example
abc, cde,fgh, jkl, rty
qwe,erty, tyujk,werty , lkjh
I want to read these tokens from the text file, into different variables row wise (ie one row at at time)
Number of tokens in a row is fixed. (ie 5 in this case)
Please help me out doing this...