SPACE(s[,[count][,pad]]) This function formats the blank-delimited words of s with "count" pad characters between each word and with no leading or trailing blanks. The default for "count" is 1, and the default pad character is a space. If "count" is 0 then all blanks are removed.