Forum Discussion
2 Replies
- jackson_1Frequent Contributoranyone have same error while you using tc v9.0?
any help will appreciate very much! - HKosova
Alumni
Hi,
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