in reply to Guess A Number
Other than the fact that your indenting style is very hard to read, the only problem I can see with your code (which won't actually hurt this script, but may cause you problems in the future if you keep doing it) is that 'eq' is a string comparison operator, if you want a numeric comparison you should be using '=='.
We're not surrounded, we're in a target-rich environment! |
---|
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Guess A Number
by sulfericacid (Deacon) on Mar 17, 2003 at 17:21 UTC | |
by Anonymous Monk on Mar 17, 2003 at 19:33 UTC | |
by sulfericacid (Deacon) on Mar 18, 2003 at 04:29 UTC | |
by artist (Parson) on Mar 17, 2003 at 18:07 UTC | |
by sulfericacid (Deacon) on Mar 18, 2003 at 04:27 UTC |