Script expression syntax, assignment operator

Post your questions and help other users.

Moderator: Martin

Post Reply
98b427af

Script expression syntax, assignment operator

Post by 98b427af » 25 Nov 2013 22:16

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!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Script expression syntax, assignment operator

Post by Martin » 02 Dec 2013 17:30

Hi,

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

Regards,
Martin

Post Reply