1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
```sh var = length text ``` Returns the text length. ### Parameters The text to extract the length from. ### Return Value The text length value. ### Examples ```sh len = length "Hello World" ```