Forum Discussion
HKosova
Alumni
14 years agoHi,
When calling a VBScript routine with more than one parameter, you need to use the Call keyword:
When calling a VBScript routine with more than one parameter, you need to use the Call keyword:
If you omit the Call keyword, you should also leave out the parentheses:
VBScript Procedures
Call Statement