JSlime
01-12-2004, 07:07 PM
Hello everyone. I've got an array with over 285 entries in it, and l want to view the entire contents of the array, easily.
I want to separate each string in the array with the (\r) carriage return symbol.
How would this be done using the join(separator) method?
Something like?
join("\r",myArray());
Thanks for the help.
~JSlime
I want to separate each string in the array with the (\r) carriage return symbol.
How would this be done using the join(separator) method?
Something like?
join("\r",myArray());
Thanks for the help.
~JSlime