Product SiteDocumentation Site

7.4.38. LENGTH


>>-LENGTH(string)----------------------------------------------><

Returns the length of string.
Here are some examples:

Example 7.51. Builtin function LENGTH

LENGTH("abcdefgh")    ->    8
LENGTH("abc defg")    ->    8
LENGTH("")            ->    0