proteus2002
04-04-2005, 08:33 PM
i guess this is an easy question but i am stuck on this
lets say you have two arrays like
array1 = #(1,2,3,4,5,6)
array2 = #(2,3,4)
how can i substract array2 from array1 to get this
newarray = #(1,5,6)
greetings proteus
lets say you have two arrays like
array1 = #(1,2,3,4,5,6)
array2 = #(2,3,4)
how can i substract array2 from array1 to get this
newarray = #(1,5,6)
greetings proteus
