Re: Gosh darn dag nab flabbergastrations!!!!!!!!
- Posted by "A.R.S. Alvin Koffman" <ka9qlq at HOTMAIL.COM> Jul 25, 2000
- 428 views
Yah I'm beginning to wonder if I have the temperament to program. I over look to many "dah" things. Alvin http://ka9qlq.tripod.com/ ----- Original Message ----- From: Darth Maul, aka Matt <Uglyfish87 at HOTMAIL.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Tuesday, July 25, 2000 4:06 PM Subject: Re: Gosh darn dag nab flabbergastrations!!!!!!!! > On Sun, 23 Jul 2000 16:48:56 -0500, A.R.S. Alvin Koffman > <ka9qlq at HOTMAIL.COM> wrote: > > >Just when I think I might have a handle on this stuff my computer yells > STUPID!!! > >This code works, your a winner on 7 only, but look at the "if then" test. > Uncomment the or statement, and your a winner on everything. This makes no > sense!!!!! I'm no a smart man, but I (thought) know what an or is for. I > know this isn't proper code but I'm just trying to "get" things right now. > >Alvin > > The problem here is really simple. Notice that you don't test the dice > variables...you're really testing if 7 or 11 are not equal to zero. You > might want to change "7" to "dt=7" and "11" to "dt=11" >