LEN( string ) 
LEN( structName.struct )

This function returns the length in characters of string, which can be any valid string expression. It also returns the size of a struct.

