10-26-2006 04:39 AM
10-26-2006 05:33 AM
10-26-2006 06:04 AM
Hi,
I think it only has to be unique within the sequence but probably is unique within the sequencefile.
Regards
Ray Farmer
10-26-2006 08:31 AM
10-26-2006 09:59 AM
Many thanks for the brilliant replies.
I hadn't thought of the possibility of someone renaming a sequence file - that is something that will definitely happen here, e.g. when a new variant of an existing product is made.
I'll work on the basis that it's only unique within the sequence, to be safe.
I'm now going to lash together some code to generate a few zillion steps and monitor what distribution of characters I get from all the step IDs. My PC will be pretty busy while I'm asleep tonight. I'll post my findings in case anyone needs this info in future. Meanwhile, if anyone has an official definition of the character range then that would be hugely appreciated!
Thanks again - Sean.
10-26-2006 10:00 AM
10-26-2006 10:19 AM
...and now I'm educated too, after reading wikipedia's entries on "GUID" and "base64" (linked from the GUID entry).
Thanks again all.