put poundage around the LIST attribute of your CFLOOP tag.

<cfloop list="#incorrectList#" index="thisItem">

otherwise you're looping over the literal list 'incorrectList' which
is a one element list with the one element of 'incorrectList' :)

On 10/3/05, Saturday (Stuart Kidd) <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I've appended a list and on this occasion my list outputs 1,3,5 (for
> instance).
>
>             <cfloop list="incorrectList" index="thisItem">
>             <cfoutput>#GetQuizQuestions.questionText[thisItem]# this
> wrong</cfoutput>
>             </cfloop>
>
> The problem i'm coming across an error which says:
>
> The value "incorrectList" cannot be converted to a number
>
> Does anyone know a way around this?
>
> Thanks,
>
> Saturday
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219976
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to