Subject: Problem with Array.Join
From: "Sean O'Dell" <sean celsoft.com>
Date: Sat, 9 Mar 2002 02:40:05 +0900
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