Re: [Tutor] Help with this script

2005-04-23 Thread Alan Gauld
> should display the relevant menu. My first menu comes on but if I select "b" > or "c" the script does not run. The error message points out that > "print_options()" or "print_options_2()" are not defined. Could somebody > point me into the right direction, thanks. Thats because you define them a

Re: [Tutor] Help with this script

2005-04-23 Thread Kent Johnson
John Carmona wrote: I have decided to merge the 2 scripts. First I should have a menu asking me if I want to compute areas or volumes. Then depending on the choice it should display the relevant menu. My first menu comes on but if I select "b" or "c" the script does not run. The error message po