Guest User

Untitled

a guest
Jun 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <cfscript>
  2. me = 'ourselves';
  3.  
  4. them = ['ourselves', 'poop'].retainAll(ListToArray(me));
  5.  
  6. them.;
  7.  
  8. writeDump(them);
  9. </cfscript>
Add Comment
Please, Sign In to add comment