View Single Post
  #7  
Old 01-11-2006, 11:54 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by jake13jake
So it tests as a boolean when comparing to a string value and as a floating point when comparing to a floating point? I'm so confused.
You're only negating the left side of the comparison (this.mode) in your second case, which (assuming this.mode is a string) is negating a string.

Do you understand how negating a string could cause a problem?
Reply With Quote