Razzak, Please can you explain why the double quotes would be a problem inside the single quotes?
I'm pretty sure that I do this sort of thing myself without problem. Regards, Alastair. ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 2:09 PM Subject: [RBASE-L] - Re: Choose syntax - Razzak's Reply > > Charlie, > > Change TITLE option as following: > > TITLE 'Press [Esc] to Return to Menu' > > Have Fun! > > Very Best R:egards, > > Razzak. > > > At 08:02 AM 9/26/2003 -0500, Charlie Parks wrote: > > >Is the following the correct syntax for a choose statement? > > > > CHOOSE vsub + > > FROM #VALUES + > > FOR publisher + > > FROM publishers + > > ORDER BY publisher + > > TITLE 'Press ''[Esc]'' to Return to Menu' + > > CAPTION 'Choose Publisher' + > > LINES 20 > > > >For some reason when I am in trace mode and execute this command it gives > >an error message about Endwhile. I have recently rebuilt my database and > >it still gives that error. > > > >What am I doing wrong? > > > >Thanks, > >Charlie >

