> split = regsub.split(line,'\s+') > > how can I print only the 5th for example? print split[4] will probably do what you want. Alex.