Say I have some function that I'm applying every element in a list to... if that element matches some criteria:
If[#==<condition>,{#}, <Do nothing> ] & /@ LongList
Is there a way to do something like this? I want the result to just not have that element.




Imageheads orMissing. Noone usedDeleteCases. I think this question would be a better canonical version. – Verbeia♦ Mar 24 '12 at 23:20