Thread
:
SImple Problem
View Single Post
#
23
03-09-2007, 09:01 PM
Crow
ǝɔɐɹq ʎןɹnɔ
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Quote:
Originally Posted by
zokemon
== is not required.
= works just fine.
If you only check for single things, yes. If you want to do something like:
PHP Code:
if (
this
.
blah
==
1
||
this
.
blöh
=
2
)
You will need ==. A single = wont work here.
Crow
View Public Profile
View GraalOnline Profile
Find all posts by Crow