TRIMBS


The TRIMBS removes all trailing spaces and tabs from each element of a dynamic array.

 

COMMAND SYNTAX

TRIMBS (dynamic.array)

TRIMBS removes all trailing spaces and tabs from each element and reduces multiple occurrences of spaces and tabs to a single space or tab.

If dynamic.array evaluates to null, null is returned. If any element of dynamic.array is null, null is returned for that value.

 


jBC