Nested messages and void error
Nested messages and void error
- Subject: Nested messages and void error
- From: email@hidden
- Date: Sun, 12 Aug 2001 22:37:39 EDT
This line of code causes "void messages not dealt with..." (or the like):
aStr = [[NSMutableString stringWithString: [aString string]] appendString:
@"another string"]; //shew!
Is nesting like this not allowed?