Returns the length of a non-blank character string, excluding trailing blanks, and returns 1 for a blank character string.
Category: | Character |
Restriction: | I18N Level 0 functions are designed for use with Single Byte Character Sets (SBCS) only. |
Tips: | DBCS equivalent function is KLENGTH. |
The LENGTH function returns a length in bytes, while the KLENGTH function returns a length in a character based unit. |