if you want the numbers you can combine it into one-liner nums = file(r"C:\folder\myFile.txt").read().split(";")
the numbers are in string representation in the list you can no do nums = [float(num) for num in nums] Regards, Daniel -- http://mail.python.org/mailman/listinfo/python-list