<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Grant,<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">&gt; My question is, is it possible to strip out multiple characters at once? <br><br>Kent answered that bit.<br><br>&gt; started = False
<br>&gt; for line in file('mylist.py'):<br>&gt;&nbsp; &nbsp;&nbsp; if 'jobs' in line and not started:<br>&gt; ...<br>&gt;&nbsp;&nbsp;&nbsp; if ']' not in line and started:<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
jobs.append(line.strip('...'))<br>&gt;&nbsp;&nbsp;&nbsp; else: print "break"<br><br>Are you sure you only want to print break? If so the code will <br>continue processing lines after the end of your list. My break <br>command will exit the loop when it finds the ] character. If you <br>don't want to use break you could set started to False again.<br><br></div>Alan G.<br></div></div><br>
                <hr size=1> 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the <a href="http://uk.rd.yahoo.com/mail/uk/taglines/gmail_com/championships/games/*http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk/">Yahoo! Mail Championships</a>. Plus: play games and win prizes.</body></html>