RE: what to do with MAC address...

2009-02-19 Thread Jon C. Munson II
Beautiful!! Sweet!! Thanks, that's exactly what I needed. Peace, Love, and Light, Jon C. Munson II From: Volker in Lists [mailto:volker_li...@ecoobs.de] Sent: Thursday, February 19, 2009 1:43 PM To: jmun...@his.com Cc: cocoa-dev@lists.apple.com Subject: Re: what to do wit

Re: what to do with MAC address...

2009-02-19 Thread Volker in Lists
Hi there, as a quick pointer - from one of my apps licensing code. Assuming that MACAddress is the beasty UInt8 struct, the following should work: NSString *addressString = [[NSString alloc] initWithFormat:@"%02x: %02x:%02x:%02x:%02x:%02x",MACAddress[0], MACAddress[1], MACAddress[2], MAC