Well, if you don't type function names right, it will be hard to help you.

oh, sorry. But I found out what I have been doing wrong besides that.

arr.sort.uniq;

uniq(arr) or arr.sort.uniq; compiles but doesn't store it in the arr array, I need to store it in a new one.

Reply via email to