On Wed, Dec 31, 2008 at 4:28 AM, Peter Hudson wrote:
> I have been using the following for a while across a number of languages
> without problems.
>
>
> NSString *s = @"Hello";
> unsigned int length = [s length];
> unsigned int index = length - 1;
>
> NSMutableArray *ma = [NSMutableArray array
I have been using the following for a while across a number of
languages without problems.
NSString *s = @"Hello";
unsigned int length = [s length];
unsigned int index = length - 1;
NSMutableArray *ma = [NSMutableArray array];
while( index < UINT_MAX )
{
NSRange rn