...
Excerpt | ||
---|---|---|
| ||
countElements(list, selection) Returns the number of elements in an Array or Recordset. |
...
Returns the number of elements in an Array or Recordset.
Syntax
countElements(list, selection)
Argument | Type | Description |
---|---|---|
list | Array or Recordset | The object to be counted. |
selection | String | Optional parameter which can be set to "All". This parameter is only used by CSS elements or Formatting Rules which when set to "All" counts all elements in a grid. Not setting this parameter will only return the number of selected records. |
Examples
countElements([1,2,"many"])
...