Version

UltraCalcFunctionLen Class

Counts the number of characters in a text value.
Syntax
'Declaration
 
Public Class UltraCalcFunctionLen 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionLen : BuiltInFunctionBase 
Remarks

LEN(text_value)

Text_value is any text string or reference to a text value for which you want a character count. The number of characters, including all whitespace, determines the length of the text string.

Depending on the character encoding used, some whitespace characters such as line-breaks may count as two characters (one character is a carriage return, the other character is a line feed).

An empty text string contains no characters.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also