Kristopher,

Try this:

<cfscript>
for(LoopCount=1;LoopCount LTE cookie.COMPASS.sid.count; LoopCount = LoopCount + 
1)
        setVariable(Evaluate("s" & LoopCount),Evaluate("cookie.COMPASS.sid." & 
LoopCount));
</cfscript>

I didn't test it, but it should work for you.

Dave
-----Original Message-----
From: Kristopher Pilles [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 27, 2005 10:43 AM
To: CF-Talk
Subject: Confused about this...


I need to output the COOKIE.COMPASS.SID.#LOOPCOUNT#  But I don't know
hwo to???

Can anyone throw me a pearl?


<cfloop
Index="LoopCount"
from="1"
to="#cookie.COMPASS.sid.count#">
<cfoutput>
s#loopCount# = #cookie.COMPASS.sid.#LoopCount#
</cfoutput>
</cfloop>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212988
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