TRIM

Removes trailing spaces at the end of the string

A string or an expression producing a string

IF TRIM ('Some string ') = 'abc' THEN ... 
  • Last modified: 2023/05/09 01:21