ByteLen

Description

Returns the number of bytes in the given string. Note that for strings encoded in UTF-8 this may not be equal to the number of characters in the string, as each character can use up to 4 bytes.

Definition

integer ByteLen( strin )

Parameters