Re: [Tutor] User selection as both string and int

2004-12-14 Thread Marc Gartler
Thanks. That was pretty basic... On Tuesday, December 14, 2004, at 09:18 PM, Loptr Chaote wrote: On Tue, 14 Dec 2004 21:13:00 -0600, Marc Gartler <[EMAIL PROTECTED]> wrote: I am trying to have a user select from amongst a list of items, and then make use of that choice later on as both a string (

Re: [Tutor] User selection as both string and int

2004-12-14 Thread Marc Gartler
Better still. Thanks Brian. On Tuesday, December 14, 2004, at 09:44 PM, Brian van den Broek wrote: Marc Gartler said unto the world upon 2004-12-14 22:13: I am trying to have a user select from amongst a list of items, and then make use of that choice later on as both a string (e.g. "you chose

Re: [Tutor] User selection as both string and int

2004-12-14 Thread Brian van den Broek
Marc Gartler said unto the world upon 2004-12-14 22:13: I am trying to have a user select from amongst a list of items, and then make use of that choice later on as both a string (e.g. "you chose _"). My function currently allows for a numerical choice, but I am not sure how to return it as

[Tutor] User selection as both string and int

2004-12-14 Thread Marc Gartler
I am trying to have a user select from amongst a list of items, and then make use of that choice later on as both a string (e.g. "you chose _"). My function currently allows for a numerical choice, but I am not sure how to return it as the item (e.g. apple) rather than the integer correspo