LENB

Syntax:

LENB ( string )

Description: Determines the number of bytes in string. (LENB is intended for use with languages that use the double-byte character set (DBCS), whereas LEN3.17.7.191) is intended for use with languages that use the single-byte character set (SBCS).)

Arguments:

Name

Type

Description

string

text

Designates the string whose length is to be found.

Return Type and Value: number – The number of bytes in string.

example: