I'm doing something wrong.
I have text fields named "10" to "19", I copied the script, but it doesn't work.
var count = 0;
for (var i=10; i<=19; i++) {
if (this.getField("10"+i).valueAsString != "") count++;
}
event.value = count;
where do I make the mistake?