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