Must be defined inside a Class

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

Must be defined inside a Class

You created a Property procedure (Property Let, Property Set, or Property Get), but defined it outside of a Class definition. You can only create Property procedures inside classes.

To correct this error

  • Make sure all Property Let, Property Set, and Property Gets are defined inside a Class definition.
See Also

Property Let Statement | Property Set Statement | Property Get Statement


VBScriptOnline.com - Runtime Errors, Syntax Errors