All, Whats the construct that allows to loop through a list and perform an action? you also can add a test at the end. something like myfile = [print name for name in yourlist, if ...] I need to look up how to use the test command and I forgot the name of the construct. Thanks..