Not sure exactly what your trying to do, but I took a guess
<CFSET target = "new"> <CFSET new = "uploads/" & TRIM(Y) & "/" & target> Douglas Brown Email: [EMAIL PROTECTED] ----- Original Message ----- From: "Chakka, Sudheer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 10:31 AM Subject: How can I do this??? > Hi, > > <CFSET target= '" target=new'> > <CFSET new='uploads/'&TRIM(Y)&target> > ... > > As soon as I execute this CFApplicationServer processor usage % is shooting > upto 90 and 100. > > The last '>' is till in blue color, making the next lines as part of target > string and screwing from not executing my next part of code. > > > Any help on this appreciated. > > Thanks, > Sudheer Chakka. > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

