in reply to Generate unique initials from a list of names
In your situation, I would look into Soundex and similar name encoding algorithms.
Normally they are used to match up variant spellings of names, but since they convert a name to a code, yet still have a chancee of recognizing the name from the code.
Alternatly, you could look into using format and turning the Consumer section into a multi-line component:
Date Range Level Consumers -------------------------- ------- ---------------------------------- 13 Mar 2004 to 23 Mar 2004 7 John Wayne, John Dillinger, George W. Bush, Federico Felini, Ian Sutherland, Katherine Hepburn, + Madonna
No messy encodings, no problems figuring out the identities of the people in the Consumers list, only a minor inconvenience learning to use a format.
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Generate unique initials from a list of names
by EdwardG (Vicar) on Mar 12, 2004 at 14:08 UTC |