&LENGTH

Examines an argument string and returns a number specifying its length.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

&LENGTH( string)

Aliases:

&length( string)
&Length( string)

Comments:

Leading and trailing blanks are included as part of a string; delimiting quotation marks are not.

Example:

The value 10 is returned for this example.

&LENGTH( `FOUNDATION')