- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, deficuld error make me unhappy for longtime.
My program sometime failed by array bound error. Now I survey reason.
Therefore, I want to imprement error exception for array bound.
What is recomend?
If someone have some recomends, please let me know these.
It is convenience for mewhat is like"on error" in Visual basic.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't know if you can do anything useful when an array bounds error occurs. There is a chapter on error handling in the Intel Visual Fortran Building Applications manual that may be helpful, but what do you want to do if such an error occurs?
If what you want to do is find out where in the program the error happens, simply run the program in the debugger. It will stop at the right place. Be sure you are using a current version of the compiler (9.0.030 is the latest) because some earlier versions didn't let the debugger see where the error occurred.
If what you want to do is find out where in the program the error happens, simply run the program in the debugger. It will stop at the right place. Be sure you are using a current version of the compiler (9.0.030 is the latest) because some earlier versions didn't let the debugger see where the error occurred.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page