LEN(String); angenommen, ${test} ist "Hallo Welt"
exten => 123,1,Set(foo=${LEN(${test})})
; dann wird 10 zurückgegeben————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about function 'LEN' =-
[Syntax]
LEN(<string>)
[Synopsis]
Returns the length of the argument given
[Description]
Not available