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
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