From: Raphael Bauduin Date: 2003-11-18T21:37:16+09:00 Subject: testing argument type and duck typing, newbie question Hi, I have a method taking one argument that can be an integer or a string. How do I test the argument to know if it's a string or an integer? All the duck typing things I've read make me wonder what's the best way to determine if the argument is an integer or a string..... Thanks for helping me clarifying this. Raph