enumerating list items
- To: mathgroup at smc.vnet.net
- Subject: [mg55976] enumerating list items
- From: Søren Merser <merser at image.dk>
- Date: Tue, 12 Apr 2005 05:26:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
hi
is there a way to make each item in the list 'assignable', i.e. i want to
enumerate the items like id=1, gender=2 etc.
a={"id", "gender", "status", "odag"}
b=Range@Length@a
a=b
regards soren
- Follow-Ups:
- Re: enumerating list items
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: enumerating list items