
March 27th, 2000, 04:31 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Location: British Columbia
Posts: 11
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I'm leaning towards `not worth it`. The idea was to use the memory economy of a SET (one or two bytes rather than one byte per character) while still allowing customization of the list by the user. Customization by alphabetization or whatever. The input would come from a group of checkboxes or a < select multiple> I do have sites where I a droplist is generated from a database table, and the user can add to and rearrange the order of items in the list. I'm trying to implement the same flexibility in displaying the output. Perhaps the way to go is the parse the output string and then arrange the bits...
|