Length

Overview

Returns the number of characters in the specified string.

Syntax

Length(1)

Function Properties

Ordinal Type Description
1 string Required String to evaluate

Usage

Given @abc=Hello world!

%%=Length(@abc)=%%

System returns:

12
Last Updated: Jun 8, 2021