Hi Guys,

Thanks for answering my questions here. New to AFL and trying to move
over from C sharp...

Anyway, I know if() statements must evaluate to booleans... but I
can't quite see what's wrong with this,

x=volume;
if(x[BarCount-1]==LLV(x,20))
   .... do something;

I'm getting an error regarding arrays and conditional statements for
the if() statement.

I can't see what's wrong right now.

Any thoughts..?

Reply via email to