A paragraph mark? The only thing that signifies a new paragraph in a text file is a few carriage returns.
You are talking about a .txt file right? My paragraph."Chr(13)Chr(10)" "Chr(13)Chr(10)" My next paragraph. ______________________ steve oliver cresco technologies, inc. http://www.crescotech.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 26, 2002 11:09 AM To: CF-Talk Subject: paragraph mark question OK. I give up. How do you find a paragraph mark in a text file??? <cfset variables.inbound = #fileexists("c:\Inetpub\wwwroot\edi\inbound\inbound.edi")#> <cfif #variables.inbound# is "YES"> <cffile action="READ" file="c:\Inetpub\wwwroot\edi\inbound\inbound.edi" variable="variables.edifile"> </cfif> #ListFind(variables.edifile, "??paragraphmark??" ,"*")# ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

