User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Pascal and Delphi section within the Software Development category of DaniWeb, a massive community of 391,782 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,557 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Pascal and Delphi advertiser:

Urgent Help PLZ

Join Date: Jan 2008
Location: definately not on moon :P
Posts: 65
Reputation: another guest has a little shameless behaviour in the past 
Rep Power: 0
Solved Threads: 3
another guest another guest is offline Offline
Junior Poster in Training

Re: Urgent Help PLZ

  #4  
May 7th, 2008
menu procedure should be like
  1. procedure menu(var option:integer);
  2. {so this'll be where you put all txt to display,i'm saving myself a few lines here lol}
  3. readln(choice);
  4. end;
  5. {top level begins here,i'm only writing the lines you need for this repeating menu}
  6. var option:integer;
  7. {you'll have more variables but as i said i'm only dealing wiv da menu}
  8. repeat
  9. menu(option);case option of
  10. 1:member procedure;
  11. 2:books procedure;
  12. until option=3;
hope this helps
Reply With Quote  
All times are GMT -4. The time now is 4:58 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC