length Returns the number of characters in a string. Syntax $length[text] Parameters Parameter Type Description Default text string The text to measure. Required Example # Get the length of a username and dynamically adjust font size or container $setVar[userLength;$length[{username}]]