Hello,
In my nodes I add pick lists.
Example:
Fruits: apple, pear, peach, etc..
I have three option: added text fields but I would not because you can not edit the text after beating the nodes already added.
The second possibility, create a taxonomy vocabulary and use it by adding a field of type "Content Taxonomy Fields.
The third possibility; Use integer fields and with the function hook_nodeapi change 0, 1, 2, etc.. by apple, pear, peach.
What would you do for me?