LENGTH

 ──LENGTH(string)─────────────

LENGTH returns the length of string.

Here are some examples:

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


[Back: LEFT]
[Next: LINEIN]