0 Members and 2 Guests are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
[21:02:28] Runer112 it also happens with one-byte variable reads[21:02:48] Runer112 but the address has to be a constant
:.TEST:[FFFFFFFFFFFFFFFF]->Str1:0->{L1}:0->A:Pt-on(8,8,8*{L1+A}+Str1:DispGraph
Code: [Select]:.TEST:[FFFFFFFFFFFFFFFF]->Str1:0->{L1}:0->A:Pt-on(8,8,8*{L1+A}+Str1:DispGraphThis gives the "Wrong # of Args" err. Is this a bug, or am I just stupid?
Quote from: Builderboy on October 03, 2011, 06:08:55 pm{CONST} or {CONST + Var} produces a 'Wrong # of Args' error Thanks, I just caught that. A workaround for now is to just add the constant after the variable: Var + CONST, which is more optimized anyway.
{CONST} or {CONST + Var} produces a 'Wrong # of Args' error