Category:
Miscellaneous
Removes trailing spaces and control characters from a string.
Syntax
trim_right(
Str String
): String
Parameters
Str is the source string.
Return value
Type: String. Returns the resulting string.
Examples of using
trim_right(dataset_field_val(1, 'LastName'))