Count field in an arrray
What is the simplest way to count the field in a array of form fields?
I frequent have reason to work with groups of field, such as myField.1, myField.2, myField.3, etc.
I would like to have a simple way to get the number of field in such a group for creating functions to loop through the fields and not have to hard code a specific number fields each time.
this.getField("myField").getArray().length does not work for me.
