Actually, I think you have to use #chr(13)#&#chr(10)#, don't you?
Kevin Langevin Flying Chimp Media 954-585-0999 [EMAIL PROTECTED] http://www.FlyingChimp.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 1:48 PM > To: CF-Talk > Subject: RE: Complex List Delimiter > > > when you say pagebreak, are you talking about a new line? if so > it would ce > defined as "#chr(13)##chr(10)#". > > Anthony Petruzzi > Webmaster > 954-321-4703 > http://www.sheriff.org > > > -----Original Message----- > From: Wallick, Mike [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 11:54 AM > To: CF-Talk > Subject: Complex List Delimiter > > > Quick question for you gurus out there.... > > > I want to use a text delimiter for my content that's in a database. I want > to use [pagebreak] as the delimiter. In php, I would use: > > // Split the text into an array of pages > $textarray = split("\[pagebreak]", $content); > > However, in ColdFusion, ListToArray(content, "[pagebreak]") (or > some similar > function) is interpreted as any of the characters in the > [pagebreak] string > could be a delimiter (i.e. [ p a g e b r e a k ]). > > Any ideas? > > mike wallick > * web application developer > * [EMAIL PROTECTED] > * 651.628.5377 > * http://www.securecomputing.com > > > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

