Length_

Syntax

Length_(Source: String)

Parameters

Source. String.

Description

It returns the number of characters in the specified string.

Comments

To get a particular number of string characters, use the Left and Right functions.

Example

Formula Result Application
= Length_("Calculator")

10

Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor.
= Length_("Monday")

6

See also:

Functions Available in Expression Editor │ Text Functions