![]() ![]() |
|
TRIMFSThe TRIMFS removes all leading, trailing and redundant spaces and tabs from each element of a dynamic array.
COMMAND SYNTAX TRIMFS (dynamic.array) TRIMFS removes all leading and 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.
|