hmm you could do something like
(inside test_stats)
HTML Code:
public function onCheckArray(arr) {
for (temp.i: getstringkeys("this.")) {
if ((@ this.(@ temp.i)) == (@ temp.arr)) return true;
}
return false;
}
then again- what're you trying to do though? (what kind of system)