On Fri, Oct 31, 2008 at 4:38 PM, Adam Penny <[EMAIL PROTECTED]> wrote:
> My main question is how to get an int from an NSString,
See NSScanner.
> NSArray *macArray=[[NSArray alloc] init];
> macArray=[mac componentsSeparatedByString:@":"];
> for (int i=0; i < [macArray count] ; i++)
>
Hi there,
I'm trying to process a MAC Address into Hex so I was going to do
something like.
NSArray *macArray=[[NSArray alloc] init];
macArray=[mac componentsSeparatedByString:@":"];
for (int i=0; i < [macArray count] ; i++)
{
//somehow need to get an int called dec from the number