Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Poll Mod - making sticky poll "un-sticky"
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jenniferljl
Starting Member

6 Posts

Posted - 01 June 2003 :  13:49:06  Show Profile
Hello! I'm receiving an error message after I try to make a sticky poll "un-sticky".

Microsoft VBScript runtime error '800a000d' 

Type mismatch: 'cint' 

/forum/post_info.asp, line 463 


This is what I have on that line:

"		ReDim txtAns(CInt(count))"

And the whole poll mod coding section:

' ######################### Poll Mod ########################
	if Request.Form("poll") = "1" then
		count = Request.Form("count")
		ReDim txtAns(CInt(count))
		
		For i = 1 To CInt(count)
			if trim(Request.Form("answer" & CStr(i))) <> "" then
				txtAns(i) = chkString(Request.Form("answer" & CStr(i)),"SQLString")
			else
				txtAns(i) = ""
			end if
		Next
	end if
' ###########################################################


Any help is greatly appreciated! Thanks!

Edited by - jenniferljl on 01 June 2003 19:49:01

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 01 June 2003 :  15:29:58  Show Profile
Post a link to a txt version of your post.asp and post_info.asp file.

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07