- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My program compiles without any errors and warnings. However, while running it terminates and the error line reads "forrt1: severe <161> : Program Exception - array bounds exceeded"
Anyone has encountered this before?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the error message not clear? You have an error in your program that was detected at run-time - an array was indexed out of bounds. This message should be accompanied by more detail, including the name of the array variable, which dimension, the attempted index and the actual bound.Look for the consoke window or possibly a message box that may be behind the current screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your response. I managed to solve the problem.

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