0 Members and 1 Guest are viewing this topic.
1->ACopy(L3,X+2,A)
Copy(L3,X+2,1)
GetCalc(L2,A+N+2)->XB->{X}[sup]r[/sup]
1->A1->NGetCalc(L2,A+N+2)->XB->{X}r Copy(L3,X+2,A)
So your code is this?Code: [Select]1->A1->NGetCalc(L2,A+N+2)->XB->{X}r Copy(L3,X+2,A)
Quote from: Sorunome on March 03, 2015, 05:01:07 pmSo your code is this?Code: [Select]1->A1->NGetCalc(L2,A+N+2)->XB->{X}r Copy(L3,X+2,A)there's other stuff before and after, but yes. I've commented out and recompiled wihtout copy command and it works as expected. I've even tried replacing copy with a for loop and everything works (just a bigger file size)Version is 1.1.2. I probably should have tried updating before all this :p