This is an old revision of the document!


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/04/06 04:00