![]() |
PING
0.9
Statistical data handling and processing in production environment
|
Calculate the (asymmetric) difference between two unformatted lists of char.
list1, list2 : two lists of unformatted strings;casense : (option) boolean flag (yes/no) set to perform cases sensitive search/matching; default: casense=no, i.e. the upper-case elements in both lists need to differ;sep : (option) character/string used as a separator in the input lists; default: sep=%quote( ), i.e. the input list1 and list2 are both blank-separated lists of items.diff : output concatenated list of characters, namely the list of strings obtained as the asymmetric difference: list1 - list2.
returns: diff=D E F, while:
returns: diff=.
Run macro %_example_list_difference for more examples.
list1 \ list2.FINDW is used.%list_intersection, %clist_difference, %list_compare, %list_append, %list_find, FINDW.