I have an array of characters like
shuffleArray = [[NSMutableArray alloc] initWithObjects:@"H",@"E",@"L",@"L",@"O", nil];
and I want to generate the string of these characters like “HELLO”.
then How can I do this?
any help will be appreciable.
thanx in advance.
Should do it…