On Wed, Jun 24, 2009 at 10:34 AM, MB Software Solutions, LLC < [email protected]> wrote:
> Stephen Russell wrote: > > On Wed, Jun 24, 2009 at 10:17 AM, Paul McNett <[email protected]> wrote: > > > >> MB Software Solutions, LLC wrote: > >>> Jim Dettman wrote: > >>>> 16 bytes; 128 bits / 8 > >>> This code I shared creates a 38-byte string, with values that are human > >>> readable (as opposed to non-printable/"funny" characters). Seems like > >>> I'd prefer the 38-char readable format to the 16-byte non-readable. > >>> Looking at WingDings is not exactly preferred for me. ;-) > >>> > >>> Thoughts/comments on that? > >> I use 40-char human-readable, complete with fixed dashes. > >> > >> ------------------------- > > > > I use : > > System.Guid parentID = System.Guid.NewGuid(); > > // make one for child record as well > > System.Guid newID = System.Guid.NewGuid(); > > > Steve -- that doesn't work in my VFP IDE. <gd&r> > ------------ I don't think it works in Python either? Is there a GUID or UUID generator in Python? -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor Memphis TN 901.246-0159 --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

