function size(l, i,n) { return length(l) # comment out if not gawk 3.1.7 #for(i in l) n++ ; return n # comemnt out if gawk 3.1.7 }