Thread Previous • Date Previous • Date Next • Thread Next |
Coefficient sets the name of the Function assigned to it, I find that counter-intuitive: MyForm a(...); MyForm b(...); Function u(V); u.rename("myname", "mylabel"); a.u = u; // u gets name from a b.w = u; // u gets name from b -- Martin
Thread Previous • Date Previous • Date Next • Thread Next |