Riccardo Mottola wrote:

> The code snippet is:
> 
>      NSLog(@"2 %@, remaining: %@", field, [[scanner string] 
> substringFromIndex: [scanner scanLocation]]);
>      [scanner scanString:qualifier intoString:&token];
>      if (token != nil)
>        {
>          NSLog(@"token: %@");
> 
> now I expect token to be the qualifier ("). NSLog however dies. Why?

I guess you should take a break now and then add an argument after the format 
to the NSLog call :-)

Wolfgang


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to