Hi, I have this:
Code:
var %i = 1,%clctmp = $calc(%i + 1)
if (%class [ $+ [ %i ] ] < %class [ $+ [ %clctmp ] ] ) { command }


I have 2 variables and %class1 is < of %class2. What can I do to execute the if with 2 variables??? shocked