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!
Script expression syntax, assignment operator
Moderator: Martin
Re: Script expression syntax, assignment operator
Hi,
Thanks for reporting.
This should be fixed in the next update.
Regards,
Martin
Thanks for reporting.
This should be fixed in the next update.
Regards,
Martin