In my code,
var publicMsgId=[];
publicMsgId=responseObj.msgList[c].messageId;
I got the value in publicMsgId is ["97","63","99"],but i can't pick one value from this array and store it in another variable like msgId.msgId is defined in a listener. Please help me...