Difference between revisions of "CopyIf"

From NexusWiki
Jump to: navigation, search
(Created page with ''''CopyIf'''(to-list, from-list, condition); It copies the elements that are corresponding to the ’condition’ from the ’from-list’ to the ’to-list’.')
 
 
Line 1: Line 1:
 
'''CopyIf'''(to-list, from-list, condition);
 
'''CopyIf'''(to-list, from-list, condition);
 +
 
It copies the elements that are corresponding to the ’condition’ from the ’from-list’ to the ’to-list’.
 
It copies the elements that are corresponding to the ’condition’ from the ’from-list’ to the ’to-list’.

Latest revision as of 01:33, 19 June 2009

CopyIf(to-list, from-list, condition);

It copies the elements that are corresponding to the ’condition’ from the ’from-list’ to the ’to-list’.