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