Posted by Ptitseb on September 27, 2000 at 07:13:48:Writing a script that must take data from a .txt file, I need to know how to set the readline command. This command allows to read the lines of the opened file, one by one, but I don't know how to separate the data's of each line(separated with a tab charachter) into 2, 3, 4, ... different variables. If somebody could help...