Length

Returns the length of a text value

Length("Europe and North America") โ†’ 24
Length("10") โ†’ 2

Inputs

Length(string)

  • string - A text value

Last updated