Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

array & asp type mismatch error?

Status
Not open for further replies.

jfdabiri

MIS
Feb 27, 2007
282
US
i have this code:
Code:
dim hold_book_id(10)
if hold_book_id(1) = hold_book_id(2) then 
   response.write "items are equal"
end if

i'm getting type mismatch error on the if statement.
any ideas?
 
any ideas?
Not unless you post the code that assigns values to the array.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top