Search found 2 matches
- Thu Jun 28, 2012 4:27 am
- Forum: Support and Development
- Topic: Comparing Variables to a Number
- Replies: 2
- Views: 1522
Re: Comparing Variables to a Number
Thanks! I do tend to accidentally make a regular value into a string, for some reason.
- Thu Jun 28, 2012 1:22 am
- Forum: Support and Development
- Topic: Comparing Variables to a Number
- Replies: 2
- Views: 1522
Comparing Variables to a Number
I tried to compare a variable to a number for a simple collision system, but it didn't work out. I got an error message the next time I tested my game on LÖVE saying, "attempt to compare string with number". I tried everything to solve this, but nothing worked. I even tried to put the func...