I am having a mutable array which has differnt value at differert index such as at index value 0 Hi 1 this 2 is 3 iphone 4 testing.
So at differnt index ,array has different string value now i want this into one string which has reads as Hi this is iphone testing.
Thanks.