Hi,

In an old version of c i had to use something like this: if (x==y). I am wondering if I can now use if (x=y) or do I still need the ==?

Jeremy