>Same problem with output arguments of functions, or anything local to an >automatic function. So pretty much an NBA would have to be a side-effect >to the function. Anything local to an automatic function (including arguments and the return value) is an automatic variable (unless explicitly declared as static) and already can't be assigned with an NBA. The issue with output arguments already exists for task arguments, since NBAs are legal in tasks. If the task returned immediately after executing the NBA, then the same problem would occur. I have not seen this come up as a problem for any users. Steven Sharp sharp@cadence.comReceived on Wed May 3 14:54:37 2006
This archive was generated by hypermail 2.1.8 : Wed May 03 2006 - 14:54:46 PDT