length-of
function
The length-of
action Returns the length of a text string or variable. It belongs to the text category within the ui area.
Action Syntax
length-of $variable
A variable name starting with $
length-of "text"
A quoted text string
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = length-of
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$number = length-of $var
Action code: 1036253917
Version: 0.6.4-2
Last updated: 2025-06-13