Forum Discussion
3 Replies
- gid_216Frequent ContributorHi Marcos,
As Tom suggestes, you can add the data to an array, pass the array to the function and based on the ubound of the array, you can process the data from array.
Regards,
Deepak - sastoweSuper ContributorNo. In VB you can have optional parameters. In VBScript you cannot. Here is an idea from some clever dudes over at 4 guys from rolla.
http://www.4guysfromrolla.com/webtech/071801-1.shtml - tengelContributorI'm wondering if you tried using an array of parameters.