String[] msgoptions;
String[] finalmsgs3 = finalmsgs2[3].split("RR");
for(i = 1; i < finalmsgs3.length; i++)
{
msgoptions[i] = finalmsgs3[i];
Log.e(TAG, "---------------" + msgoptions[i]);
}
I need your help, if you can resolve issues of my code. Actually i'm trying to assign values of an array variable to another array variable. but i can't do that because got some errors. So, Could you any one help me..?