From: Michael Davis Date: 2002-03-09T02:52:55+09:00 Subject: Re: Problem with Array.Join Sean O'Dell wrote: > I'm calling array.join('\n') and what I'm getting is one string made up of > all the array strings separated by the characters '\' and 'n', rather than a > newline character. Why isn't a newline character the separator? > > Sean > > > > > Try array.join("\n").