Remove element from a list that contain elements from a second list in JSL
Hello, Removing elements from a list is well documented in the the JSL discussions but for some reason I cannot figure out how to do this:I need to remove elements from a list if the elements CONTAIN string from another list (not exact match). Example below: I am trying to remove all elements that contain "Cal" or "Blue" Thanks in advance, -VoizNames Default To Here( 1 );
clear symbols();
Deletesy
...