View Single Post
  #1  
Old 07-10-2010, 06:55 PM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default End function if try doesnt work

Again, another hard question. So Ive got a function, and ive got a couple of try and exception in it, and basically what i need is, if those exception give me an error, i want that function to go to an end. So, how am i suppose to do this. I have tried "break", but it only works for "while", am i...
__________________
Python
Domain Name Forum
Reply With Quote