LONGSTRING TRIM dest%(), src%()

Removes leading and trailing whitespace from the longstring 'src%()' and stores the result in 'dest%()'. This is similar to the TRIM$() function but operates on longstrings.