I will like to know if there is a maximun number of arguments in function and procedure.
Currently I can only use up to 32 arguments.
Public Function Test(Byval A1 as String, ByVal A2 as String, ...) as DataSet
Thanks and looking forward some information.
riwanI have no idea, but if you need that many arguments, you may need to rethink your strategy to something more efficient.
Thanks.
Unfortunately I don't know how to share the variable using several function. I am using Web Service, so I need all the arguments to be send in a single function.
Best regards,
riwan
0 comments:
Post a Comment