arrray index invalid
Apr 09, 2019
05:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 09, 2019
05:56 PM
arrray index invalid
Hello,
I am trying to assign the last row of a vector of values to my result. I want to start assigning from the second column and assign that value in the first column of a new variable but it is telling me that array index is invalid. Please help me to solve it.
Thank you,
Faisal
Solved! Go to Solution.
Labels:
- Labels:
-
Mathcad Usage
-
Other
-
Programming
ACCEPTED SOLUTION
Accepted Solutions
Apr 10, 2019
08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
4 REPLIES 4
Apr 09, 2019
08:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 09, 2019
08:58 PM
Hi Faisal,
You iterate to the last element in the counter "i", You cannot index to :"i +1" past the last element,
Simply adjust the counter "i". See enclosed.
Regards
Terry
Apr 10, 2019
07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 10, 2019
07:55 AM
Hello Terry,
Thank you for your reply. Is this a prime 5.0 file, my version is 4.0.
Thank you for your reply. Is this a prime 5.0 file, my version is 4.0.
Apr 10, 2019
08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 10, 2019
12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 10, 2019
12:11 PM
Thank you
