Re: strange problem
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 11/29/04
- Next message: Danny Gopie: "Re: strange problem"
- Previous message: Danny Gopie: "strange problem"
- In reply to: Danny Gopie: "strange problem"
- Next in thread: Danny Gopie: "Re: strange problem"
- Reply: Danny Gopie: "Re: strange problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 14:52:12 GMT
On Mon, 29 Nov 2004 15:48:34 +0100, Danny Gopie wrote:
> if ( (h2 % h1) ==67); {
if ( (h2 % h1) ==67) {
Lose the ';'. That effectively ends the 'if'.
-- Andrew Thompson http://www.PhySci.org/codes/ Web & IT Help http://www.PhySci.org/ Open-source software suite http://www.1point1C.org/ Science & Technology http://www.LensEscapes.com/ Images that escape the mundane
- Next message: Danny Gopie: "Re: strange problem"
- Previous message: Danny Gopie: "strange problem"
- In reply to: Danny Gopie: "strange problem"
- Next in thread: Danny Gopie: "Re: strange problem"
- Reply: Danny Gopie: "Re: strange problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|