I have used other delimiters such as "|' and even the comma and still the
same results. I have figured out that it has something to do with the
development server on my machine because I put the pages up on the hosting
site and it worked ok. It is errors like these that are so frustrating and
some times take the most time to resolve.
Thanks,
Sebastian
on 3/15/01 3:42 AM, Joseph Thompson at [EMAIL PROTECTED] wrote:
> I have never seen the "exponent" character used as a delimiter... maybe the
> fact that ^ is a mathematical operator is a problem?
>
> (more and better answers will follow in the "morning" I am sure)
>
>>
>> I set a 2 element list to a session variable and retrieve the last
> element.
>> This works ok on this page.
>>
>> <cflock name="SESSION.SessionID" timeout="10">
>> <cfset SESSION.SponsorID = "HPRO1^The Human Process Inc.">
>> <cfoutput>#ListLast(SESSION.SponsorID, "^")#</cfoutput>
>> </cflock>
>>
>> on subsequent pages I have
>>
>> <cflock name="SESSION.SessionID" timeout="10">
>> <cfoutput>#ListLast(SESSION.SponsorID, "^")#</cfoutput>
>> </cflock>
>>
>> but strangely when I do a ListLen(Session.SponsorID, "^") the list only
>> shows as having 1 element only and I can't access the 2nd element on the
>> list in other pages. I tried various delimiters and still did not work.
>> Where did the 2nd element go?
>>
>> I am using CF 4.0
>>
>> Sebastian
>>
>>
>>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists