Topic: Mid-Script stop command
Hi all,
Have written a small script in python. If condition 'A' is met, I wish for the script to print what I told it to print (it does this) but then terminate, and not continue on with the rest of the script. Other than sys.exit which exits the whole programme, is there a way to do this?
Cheers
RR