tearing my hair out here I need to put the values of into an array as a string someone on here advised me to set up like this...
[twitterLocation addObject:[NSString stringWithFormat:@"%g,%g", latitude, longitude]];
However this is not working. The latitude, longitude contain values in my log but will not combine into the string and the array - IT GET RETURNED AS NULL. MY latitude, longitude are set as DOUBLES Thanks