1. Re: Assignment Question
- Posted by cklester <cklester at yahoo.com> Mar 01, 2005
- 603 views
- Last edited Mar 02, 2005
Kat wrote: > > > > > Nothing has changed, except in the weird case where you are > > trying to modify a variable through assignment, while, > > *in the same statement* you are also trying to modify it > > through the side-effect of a function call. In fact, > > it's only when there are two or more subscripts on the LHS > > that there's a change. > > Ok, everyone, remember (and tell all the newbies from now on), with 2 or > more subscripts on the LHS, there's a problem, and it's not a bug! I understand the problem to be more detailed: "with 2 or more subscripts on the LHS, *AND you are trying to modify the LHS-referenced, multiply-subscripted variable on the RHS,* there's a problem..." -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/