Category:

Miscellaneous

Returns length (count of characters) of a string.

Syntax

length(
  Str String
): Integer

Parameters

Str is the value to check.

Return value

Type: Integer.

Examples of using

length(dataset_field_val(1, 'Subject'))