%LenStr function


Function

The function returns the length of defined expression of Text type in characters (a single UTF-8 character can be represented by 1-4 bytes). If the parameter is an invalid value, the function returns the invalid value.

Declaration
INT %LenStr(
   TEXT in String
 )
Parameters
textFunction argument.
Napíšte komentár