-

LEN

Type Function
Description Determines the length of a string (number of characters in a string).
Notes
  • The function does not support 4-byte Unicode characters in the input string. The input string is interpreted as a double byte string and returns for each 4-byte character the length 2.
  • The function returns the value 1 for each escape character (e.g., \\, \, \n ...).
Parameters Input

IN1

Output

OUT
Additional information EN/ENO behavior