i fill a string with coordinates , thats working fine. but how can i delete the content of this string.
PS: i use this string in a web services. the web services takes the string and convert it in the typ double.
if i make lat = nil; it dosent work.
here the code:
double degreesLat = newLocation.coordinate.latitude;
lat = [NSString stringWithFormat:@"%1.4f",degreesLat];