View Single Post
  #2  
Unread 01-25-2011, 02:24 AM
ptweety's Avatar
ptweety ptweety is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Dec 2010
Posts: 2
Hi MuNkEy,

if I recall correctly, than there is only one argument passed to Execute:

Code:
Execute = function(sender, cmd, args)
I.e. args is one big string holding all the parameters. Therefore you may want to parse args in a loop and find all your parameters.

Regards
Reply With Quote