Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

on error goto

Ahmad_Falahatpisheh
444 Views
Do we have anything similar to ERROR detection of visual basic in FORTRAN 77? Thanks.

on error goto
or
on error resume next
0 Kudos
1 Solution
Steven_L_Intel1
Employee
444 Views
Fortran does not have any kind of exception handling features. There has been a proposal, but it has not reached the stage of serious discussion at the standards level.

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
445 Views
Fortran does not have any kind of exception handling features. There has been a proposal, but it has not reached the stage of serious discussion at the standards level.
0 Kudos
Reply