Spannerman
Programmer
I am still pondering my problem with Stack Overflow understanding recursion.
I have a Database which I call Rstock with a menu with 16 options. I run the program
rstock.exe and the very first thing it does is run a function rmenu(). This puts up the menu of 16 different options. At the end of each option I return to the menu with
the command rmenu(). IS THIS RECURSION????
If this is indeed the root of my problem how do I overcome it??
I must add that I have had other menu driven databases before and not had this problem hence my thinking it was the large sort routine.
I have a Database which I call Rstock with a menu with 16 options. I run the program
rstock.exe and the very first thing it does is run a function rmenu(). This puts up the menu of 16 different options. At the end of each option I return to the menu with
the command rmenu(). IS THIS RECURSION????
If this is indeed the root of my problem how do I overcome it??
I must add that I have had other menu driven databases before and not had this problem hence my thinking it was the large sort routine.