Hi If this is a sequence then why not use python list comprehensions, nest them together and concatenate the different parts into a string. http://docs.python.org/tutorial/datastructures.html#nested-list-comprehensions
you could even do it with recursive method calls. Point is. If its not 'random+unique' just 'unique' then this changes the nature of the problem completely. This is something pthon is really good at. cheers sam_w On Mon, Apr 11, 2011 at 4:48 PM, GKR <[email protected]> wrote: > I meant to say not random. serialĀ eg: > > > .. > .. > 2A00A > 2A00B > .. > .. > .. > 2A00Z > 2A010 > 2A011 > ...... > ... > 2A019 > 2A01A > 2A01B > .... > .... > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

