Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jul : Generate Unique Strings
| Subject: | Generate Unique Strings |
| Posted by: | "Randy Adanza" (radan..@hotmail.com) |
| Date: | Thu, 19 Jul 2007 15:22:20 |
Cheers,
Hopefully this is the right group.
I need to generate a unique string with a length of about 8 to12 characters.
At first I though of just generating a GUID and use it but surely there must
be a
better approach. And I need to generate about 1million.
It will be used as a UserName/Password pair for a scratch card.
Any ideas on how to better implement this?
TIA.