Hello everyone.
I am having a issue with the NSScanner. If I use a space as the scanners delimiter to iterate through the scanner's string, it works perfectly. However when I change it to a period, the scan stops at the first period and will not find the rest(and there are more).
I was playing around with code collector, i put a sample piece of code there for fun. The snippet is how I am currently using the scanner for my above issue.
Thanks guys!
I am having a issue with the NSScanner. If I use a space as the scanners delimiter to iterate through the scanner's string, it works perfectly. However when I change it to a period, the scan stops at the first period and will not find the rest(and there are more).
I was playing around with code collector, i put a sample piece of code there for fun. The snippet is how I am currently using the scanner for my above issue.
Thanks guys!