Page 1 of 1

Script expression syntax, assignment operator

Posted: 25 Nov 2013 22:16
by 98b427af
Presently, these two statements are not equivalent:

a = (b = c);

a = b = c;

The latter generates a run-time error.

IMHO, this should be corrected so that they are equivalent. Thanks!

Re: Script expression syntax, assignment operator

Posted: 02 Dec 2013 17:30
by Martin
Hi,

Thanks for reporting.
This should be fixed in the next update.

Regards,
Martin