Join Function [Runtime] /text/sbasic/shared/03120315.xhp Sun Microsystems, Inc. converted from old format - fpe
Join function Join Function [Runtime] Returns a string from a number of substrings in a string array.
Syntax: Join (Text As String Array, delimiter) Return value: String Parameters: Text: A string array. delimiter (optional): A string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If delimiter is a string of length zero "", the substrings are joined without separator. Example: