Level 3 Assignment1 "Assign TransactionID: The index is out of the borders of the table."

Hello Everyone,
Can anyone please help me solve this problem.
I have an error message that says: “Assign TransactionID: The index is out of the borders of the table.”
Thank you

Usually this error will occur when you passed the index more than the count of array.

For ex if I’m splitting my name as character array (D A V I D) my array count is 4, Coz array starts from 0 index.

If I try to pass the index as 5 then ( The index is out of the range) error will occur.

Its applicable for datatable as well. Please check the index it should be lesser then Row Count.

Thank you for your help ! It worked Now !

1 Like

Cool…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.