This function determines the number of characters in a string or the number of bytes required to store a variable.
Len(string | varname)
Returns the number of characters or bytes.
In addition to Len, you can use the LenB function with byte data contained in a string. Instead of returning the number of characters in a string, LenB returns the number of bytes used to represent that string.