Have you tested this? I don't think this is legal - you can't declare
a statically sized array with a dynamically computed size. The
compiler might let it through because stringLength is declared const,
even though it isn't. It might work by chance, but you'll be very
close to smashing your stack.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com