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

 CopyCode imageCopy Code
Sub mysample x // x should be enclosed within parentheses.
End Sub

or used the redim statement.

 CopyCode imageCopy Code
Redim x // x should be enclosed within parentheses.

To correct this error

  • Add the left (opening) parenthesis "(".

See Also

In Vbsedit, you only need to press F1 to get Help for the keyword under the cursor!


Download Now!



Download   Home  

Copyright © 2001-2024 adersοft