Chris,

Why are you using a hard return CHR(13) for the delimiter?  If you use a 
special delimiter here, then you need to use the same delimiter when you 
loop over the list, or run ANY of the other LIST functions.

In your test page, make sure to display ALL relevant variables before and 
after you run the append, so you can see what you are doing.

Also, what version of CF are you running on the server?

At 01:18 PM 2/16/01, Chris Montgomery wrote:
>Fred,
>
>Nope, that didn't work either. My cleanreturnurl is:
>"/myapps/e-commercial/cleanearth/members/index.cfm?Fuseaction=selectstore&Co
>mpID=3&CompName=Tetco"
>but still doesn't get appended in the <cfset
>temp=listappend(session.returnfuseaction,cleanreturnurl,chr(13))> statement.
>
>Still scratching my head. Thanks for the reply!
>
>Chris
>
> > -----Original Message-----
> > From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, February 16, 2001 11:40 AM
> > To: Fusebox
> > Subject: Re: Really Need Help
> >
> >
> > make that a temp vararible temp =
> > listappend(session.returnfuseaction, blah
> > blah)
> >
> > then <cfset session.returnfuseaction = temp>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to