LEN keyword

Returns the length of a string.

Syntax

LEN (string)

Parameters

  • string: a string variable (required)

Example

total = LEN(myString)

Go back to list of Keywords.