Code:
[2]) echo " "
echo "You Have Selected To Access Index Page Information"
###What do i put here to make it go to a new set of funtions###;;
Basically if i use this part of my script to move to another place for example the user selects option two, and i want it to output a function: so i type:
Code:
[2]) echo " "
echo "You Have Selected To Access Index Page Information"
readindex;;
###and have later in my code####
readindex () {
echo "hello"
}
it does not work