Cyber Tech Help Support Forums
>
Software
>
Applications
> Fortran...
PDA
View Full Version :
Fortran...
Sakura_Fanelia
March 13th, 2007, 08:13 PM
Hi, I'm writing a program in Fortran 77. Anyone know how to force the program to abort/end if the user has entered an inappropriate value?
Sakura_Fanelia
March 13th, 2007, 09:53 PM
nevermind
a STOP ' ' or a call exit(0) works. With the latter being preferable