Message 1 of 12

Not applicable
06-28-2016
03:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone explain why the following is happening?
Command: (initget "Alpha Beta Gamma")
nil
Command: (getkword "\nChoose Alpha/Beta/Gamma: ")
Choose Alpha/Beta/Gamma: a
"Alpha"
Command: (initget "Apples Berries Cocoa")
nil
Command: (getkword "\nChoose Apples/Berries/Cocoa: ")
Choose Apples/Berries/Cocoa: a
"Alpha"
Command: (getkword "\nChoose Apples/Berries/Cocoa: ")
Choose Apples/Berries/Cocoa: b
"Beta"
Command: (getkword "\nChoose Apples/Berries/Cocoa: ")
Choose Apples/Berries/Cocoa: c
Invalid option keyword.
Choose Apples/Berries/Cocoa: g
"Gamma"
Many thanks in advance,
David Field
Solved! Go to Solution.