Assignment2Error

Is there anything wrong here ??!! Why is shows {Assign: Index was outside the bounds of the array} error in assign activity ?!
Can Anyone help me out?!!

Thanks in Advance !!

buddy may i know the value in strArray and Receivedstr
so that we can find why this error is showing
Cheers @Rakesh_Sampath

Here it is buddy !!

it doesn’t show any value stored in strarray buddy
we are assigning the the value of strarray(2) to a variable
but we need to know the array of value in strarray first to check with the error
Cheers @Rakesh_Sampath

1 Like

The error is due to the fact that strArray(2) does not contain any result.
Use strArray(0) and strArray(1) just to see if you have values in those cases.

1 Like

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