Cannot use parentheses when calling a Sub

Runtime Errors, Syntax Errors Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

Cannot use parentheses when calling a Sub

You invoked a subroutine without the Call statement, but used parentheses (). When calling a subroutine without the Call statement, do not use parentheses.

To correct this error

  • Remove the parentheses from the subroutine invocation.
  • Use the Call statement to invoke the subroutine instead.
See Also

Call Statement | Sub Statement


VBScriptOnline.com - Runtime Errors, Syntax Errors