Andre
2008-07-22 15:44:10 UTC
I wonder why the compiler won´t let me do things like:
================
...
if (object->boolProperty = anotherObject->boolProperty)
...
================
It will give the error:
E2492: Properties may only be assigned using a simple statement, e.g.
"prop = value;"
================
...
if (object->boolProperty = anotherObject->boolProperty)
...
================
It will give the error:
E2492: Properties may only be assigned using a simple statement, e.g.
"prop = value;"