Syntax:=LengthB(Expression)
Description:Returns the lengh of a string expression in bytes. This opposed to the length in characters that the normal Length function returns.
Example:=LengthB("Hello World")