Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!mahendo!wlbr!lonex.radc.af.mil!nortond From: nortond@lonexb.radc.af.mil (Douglas A. Norton) Newsgroups: comp.sys.mac.programmer Subject: Re: Bug in Lightspeed Pascal 2.03 Summary: Solution I think Message-ID: <1991Jan31.135929.17636@lonex.radc.af.mil> Date: 31 Jan 91 13:59:29 GMT References: <11749.27a0a4c2@amherst.bitnet> Sender: nortond@lonex.radc.af.mil Organization: RADC Lines: 15 Nntp-Posting-Host: lonexb.radc.af.mil >> booleanVar:= not booleanVar doesn't work??? Sure it does I use it all the time...I think the problem you are having is caused by a boolean not being initialized correctly. You must make sure that the booleanVar is a valid TRUE or FALSE then it will work. I've seen this problem before when I allocate a record with a boolean in it and I don't initialize the booleanVar to TRUE or FALSE. I hope this helps... Doug Norton Rome Laboratory nortond@lonex.radc.af.mil