variable size argument list in vbs? 
Author Message
 variable size argument list in vbs?

Hi,

Does VBS support variable size argument list passed to a procedure? Or
in order word, is there an equivalence to the "Optional" key word used
in VB?

-hh



Sat, 15 Mar 2003 03:00:00 GMT  
 variable size argument list in vbs?

No...  You can fake optional args with an array argument...

--
Michael Harris
Microsoft.MVP.Scripting
--


Quote:
> Hi,

> Does VBS support variable size argument list passed to a procedure? Or
> in order word, is there an equivalence to the "Optional" key word used
> in VB?

> -hh



Sat, 15 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. variable argument list?

2. passing variable argument list from web page to web service (is it possible)

3. Managing Variable Sized Arrays of Variable Sized Data

4. Variable size limit in VBS

5. Is there any argument size limitation of Wscript?

6. function argument list...

7. Question on the Function Argument List

8. Unable to execute - arguments list is too long

9. argument list too long errors

10. Arguments list.

11. Unable to execute - arguments list is too long

12. unable to execute - arguments list is too long...

 

 
Powered by phpBB® Forum Software