View Single Post
  #12  
Old 05-11-2004, 08:31 AM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

Yeah the reason you are getting that spell is that the userid happens to be the same number as that spells number and that method only takes one parameter. C and Perl allows you to call a method with any number of parameters and won't crash as long as you send the same or more parameters than expected. But it still only reads the number its expecting which is just the first.
Reply With Quote