SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Aug 13, 2007, 08:44 #1
- Join Date
- Nov 2001
- Posts
- 1,194
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Why am I getting this missing parenthetical error?
This seems really simple but for some reason I am getting a missing ) parenthetical error and I have no idea why:
Code:((this == this) && (this == this))
John Saunders
-
Aug 13, 2007, 09:37 #2
- Join Date
- Oct 2004
- Location
- Birtley, UK
- Posts
- 2,439
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
can you post the code its pointing to? As this == this will always be true
-
Aug 13, 2007, 11:48 #3
- Join Date
- Nov 2001
- Posts
- 1,194
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I was using double decimals in a number and that was throwing it off. (strange that firebug was showing I was missing a parenthetical when the number really needed to be surrounded by quotes)
John Saunders
Bookmarks