Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Type mismatch when splitting string
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Type mismatch when splitting string

 Post Reply Post Reply
Author
gr8indianbear View Drop Down
Groupie
Groupie


Joined: 07 November 2002
Location: United States
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote gr8indianbear Quote  Post ReplyReply Direct Link To This Post Topic: Type mismatch when splitting string
    Posted: 29 June 2004 at 10:56am

I am sending a querystring to a page and the page is splitting one of the values into an array. The code for splitting the string looks like this:

If Request.QueryString("hlight") = "" Then
 strHlight = ""
Else
 strHlight = Split(Request.QueryString("hlight")," ", -1)
End If

I recieve this error on my page:

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: "god"]'

/display.asp, line 265

This is the code starting at line 264

   intHlight = 0
    Do While (strHlight(intHlight))
     strBody = Replace(rsCommon("Body"), strHlight(intHlight), "<span class='hlight'>" & strHlight(intHlight) & "</span>")
     intHlight = intHlight + 1
    Loop


Any ideas?

Back to Top
KCWebMonkey View Drop Down
Senior Member
Senior Member
Avatar
Go Chiefs!

Joined: 21 June 2002
Status: Offline
Points: 1319
Post Options Post Options   Thanks (0) Thanks(0)   Quote KCWebMonkey Quote  Post ReplyReply Direct Link To This Post Posted: 29 June 2004 at 1:37pm
Well, the error is pretty self-explanatory. You are getting an error due to the data type. Try casting it to the proper data type, like CStr for Strings or CInt for Integers.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.