hi all,
i am trying for something like this
def scanthefile():
x = 11
if x > 5
""" i want to come out of if and go to end of scanfile """
print x
return info
update:
if have to check for the content size of a file. and if the content size is larger than a value say 500 , then i should go to the end of the scanfile