|
From: | Jeric Batarina |
Subject: | NSMutableArray variable using an NSString??? |
Date: | Mon, 21 Feb 2011 00:49:25 +0800 |
Is it possible to use NSString as the variable to create an NSMutableArray? My thoughts is that it'd go like this: NSMutableArray [NSString stringWithCString: <variableName>] = [NSMutableArray new]; Any ideas if this'd work?
[Prev in Thread] | Current Thread | [Next in Thread] |