Lonkero,

I have KiXGolfed your example script to this:

code:
for each $x in $a
if $x>0
$c=$c+1
endif
next

and it scores 35 now [Big Grin]

cj