Type mismatch

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

Type mismatch

You attempted to compare values of incompatible data types. For example, comparing a string and a numeric value.

To correct this error

  • Make sure the data types match when performing comparisons.
  • Cast one of the values to the data type of the other, and try the comparison again.

VBScriptOnline.com - Runtime Errors, Syntax Errors