Re: GoTo in Java



Richard<riplin@xxxxxxxxxxxx> 01/26/06 11:01 AM >>>
>
>Python:
> try:
> file = open(filename, "r")
> except:
> print "file not found"
> else:
> for record in file:
> process
> file.close()

Hey, that Python stuff is pretty readable. I'm going to have to check that
out.

Frank
.



Relevant Pages