LEN

Length of string

@LEN(string)

Description

Returns the length of string as an integer.

Example

SLEN SET @LEN('string') ; SLEN = 6