[REBOL] selecting from a block Re:

2000-07-20 Thread malcolm
Hi tom, >Then print the list to the screen, (got that part) >and be able to choose from them, as in Try this: friends: [ "1" "[EMAIL PROTECTED]" "bob" "2" "[EMAIL PROTECTED]" "betty" "3" "[EMAIL PROTECTED]" "kirby" "4" "[EMAIL PROTECTED]" "barb" ] theOption: "1" while [theOption <> "0

[REBOL] selecting from a block

2000-07-19 Thread balayo
howdy list, I'm having a bit too much of a hard time with this. Ye olde standard example, friends: [ [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ... ] I want to add to so that it's friends: [ "1" "[EMAIL PROTECT