[fpc-pascal] identifier not found case probelm

2013-11-10 Thread rambo waz here
at the moment i have a case where each choice leads off to a procedure. .. looks like this repeat writeln('Main Menu'); writeln('1. New Customer Info'); writeln('2. Withdrawal'); writeln('3. Returns'); writeln('4. Money owed by customer'); writeln('5. Quit the Program');

Re: [fpc-pascal] identifier not found case probelm

2013-11-10 Thread Ewald
Once upon a time, rambo waz here said: at the moment i have a case where each choice leads off to a procedure. .. looks like this repeat writeln('Main Menu'); writeln('1. New Customer Info'); writeln('2. Withdrawal'); writeln('3. Returns'); writeln('4. Money owed by