Description
This function removes all leading spaces and tabs from each element of dynamic array, reducing multiple occurrences of spaces and tabs to a single space or tab . It takes the general form:
TRIMFS(dynamic.array)
If dynamic.array evaluates to null, null is returned. If any element of dynamic.array is null, it returns null for that value.
Go back to jBASE BASIC.