Hi, I have discovered that if make a method to PAC and give some parameters into it then when for example a struct or string parameter is empty PAC's method thinks that parameter count is less than it really is. For example: a method has 5 parametres and if one of the parameters is a array and I don't give it any values PAC's method decrease parameter count by one (to 4). And if I check parameter count inside PAC's method and it is not the maximum count(5 in this case) my code gives an error. How should I handle this kind of situation? Is this kind of parameter count checking inside PAC's method stupid? Do I need it? Any suggestions? Regards MiLa _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
