It sounds something like your list delimiter is not being read correctly in
your ListGetAt function. However, if i'm correct, coldfusion by default (if
you don't specify a delimiter) uses a comma, so essentially you should be
fine. Just in case, try specifying the delimiter in your function:
#ListGetAt(cookie.register,1,',')#
-----Original Message-----
From: Vinicius Caldeira Carvalho [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 24, 2000 9:11 AM
To: Cftalk
Subject: Cookie problem
I have a cookie called register and I put these values on it:
<cfcookie name=register value="#form.name#, #form.email# ">
Ok, then I retreive the data using ListGetAt(), but if the name contains 2
strings like Vinicius Carvalho, the Listgetat(cookie.register, 1) retreives
only Vinicius and not Vinicius Carvalho. What's wrong?
By the way, is this the only way to set a value to a cookie (lists)?
[]'s
Vinicius Carvalho
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.