Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-ses!hpcuhb!hpindda!keithb From: keithb@hpindda.HP.COM (Keith Broussard) Newsgroups: comp.databases Subject: Re: Re^4: dBASE IV - is this for real? Message-ID: <3520005@hpindda.HP.COM> Date: 17 Jul 89 15:40:37 GMT References: <21@cica.cica.indiana.edu> Organization: HP Information Networks, Cupertino, CA Lines: 6 In dBase IV, there is no ELSE on the IF/ENDIF command structure. You receive EXTRA CHARACTERS IGNORED AT EOL since you put a 'THEN' there. Also, you received an error because you spelled ENDIF wrong. The rest of your program looks fine. Fix foo and recompile. Good luck