User Portlet User Portlet

Discussions
Hello. I was trying to use the Divisible function along with the select and Replace function: Select[rn,Divisible[rn,3] ] (rn being a list), but it doesn't give any output. There is output when I do Select[rn, EvenQ] though, so I was confused as to...