author: demons [+], Submitted: 12.13.01 2a

usage

msg1 { 1stpixel [+], posted: 12.22.01 2p•-, top [^] }
sorry ... doesn't work at all ... :-[
msg2 { demons [+], posted: 02.06.02 8a•-, top [^] }
usage /
a=[1,2,3,4];
b=[3,4,5,6];
c=Array.merge(a,b,true);


reslult [1,2,3,4,5,6];


msg3 { orangechicken [+], posted: 11.10.02 6p•-, top [^] }
His Usage is incorrect. Because it's a prototype, you have to call it on an array.

Here's a re-written version that works:




Usage: