I am at a loss as hot to properly initiate a NSMutableString, I have tried:
NSMutableString *string = @"some text";
which is the same method one assigns a string to an NSString but have hade no luck. Additionally I have not been able to figure out how to redefine the string contained with the NSMutableString. I would imagine it would look something like:
string = @"new text";
Any help and code on this basic subject would be greatly appreciated. Thanks