Category:

Miscellaneous

Removes leading spaces and control characters from a string.

Syntax

trim_left(
  Str String
): String

Parameters

Str is the source string.

Return value

Type: String. Returns the resulting string.

Examples of using

trim_left(dataset_field_val(1, 'LastName'))