Len
This Flow Script tutorial explains how to use the Len function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Len("")
Result: 0
Len(" ")
Result: 1
Len("hello world")
Result: 11
Len("hello world ")
Result: 12Last updated
Was this helpful?