ID:176737
![]() Dec 15 2002, 1:39 pm
|
|
How would i make say list1 contain all the stuff that list2 contains without make like list1+=list2/obj or somthing like that, i want all from one to the other in one line if posible. Anyone know?
|
oh, good idea
[edit] Ok when its copyed, how do i paist it? I looked it up in the f1 menu, and it didnt give any hints on what to do with what is copyed, and oh ya,I looked up cut, it said "Cut proc (list) See also: Cut proc (list)" see the funny? It should say copy i guess |
var/list/list1 = list2
var/list/list2 = list("1","2")
makes list1 stay exactly the same as list2.
hope it's what u asked for.
--HILEL