Is there a function (not that I could find, but you all are smarter than I am) that will count the total number of variables that are defined in an array?
you could try this...
count($isarray)
this will return you the number of array in $isarray.