Length
This formula allows you to query the length of a string or array (list). e.g: if used on the list [1, 10, 11] or the string "abcde", the result of this formula will be 3 and 5, respectively.
JSON Format
{
"type": "length",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the string or array (list) whose length you want to know. |