Difference between revisions of "SubList"

From NexusWiki
Jump to: navigation, search
(Created page with 'SubList(list1, list2); Removes the elements of ’list2’ from ’list1’.')
 
Line 1: Line 1:
SubList(list1, list2);
+
'''SubList'''(list1, list2);
  
 
Removes the elements of ’list2’ from ’list1’.
 
Removes the elements of ’list2’ from ’list1’.

Revision as of 02:10, 19 June 2009

SubList(list1, list2);

Removes the elements of ’list2’ from ’list1’.