Transfer item [1 v] of [A list v] to item [1 v] of [ A list v]it transfers 1 part of a list to another list at any chosen place.
Offline
workaround:
insert (item (1 v) of [list1 v]) at (1 v) of [list2 v] delete (1 v) of [list1 v]
Offline
better workaround
replace item (1 v) of [list2 v] with (item (1 v) of [list1 v])
Last edited by Wes64 (2012-08-04 11:48:57)
Offline