nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

Visual Basic Scripting Edition  

Expected '('

You did not include the opening parenthesis "(" when you created a procedure declaration,

Sub mysample x // x should be enclosed within parentheses.
End Sub

or used the redim statement.

Redim x // x should be enclosed within parentheses.

To correct this error

Add the left (opening) parenthesis "(".

See Also

Operator Precedence