Re: locating linefeeds/carriage returns

2010-11-09 Thread John M Bliss
Look for: #(chr(13)##chr(10)# and #(chr(13)# and #chr(10)# On Tue, Nov 9, 2010 at 3:28 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I'm being brain dead here... We are using a form textarea to input multiple lines of text (this relates to my previous post to the cf wrap

RE: locating linefeeds/carriage returns

2010-11-09 Thread Robert Harrison
What do you want to do. Are you looking to replace with br? Robert B. Harrison Director of Interactive Services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great advertising can't be either/or.

Re: locating linefeeds/carriage returns

2010-11-09 Thread Eric Roberts
I tried that already and no joy :-( Look for: #(chr(13)##chr(10)# and #(chr(13)# and #chr(10)# On Tue, Nov 9, 2010 at 3:28 PM, Eric Roberts ow...@threeravensconsulting.com wrote: ~| Order the Adobe Coldfusion

Re: locating linefeeds/carriage returns

2010-11-09 Thread John M Bliss
You're not finding *any* 13's nor *any* 10's? I've never seen that, I don't think... On Tue, Nov 9, 2010 at 3:29 PM, Eric Roberts ow...@threeravensconsulting.com wrote: I tried that already and no joy :-( Look for: #(chr(13)##chr(10)# and #(chr(13)# and #chr(10)# On Tue,

RE: locating linefeeds/carriage returns

2010-11-09 Thread Robert Harrison
be either/or. It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Tuesday, November 09, 2010 4:40 PM To: cf-talk Subject: Re: locating linefeeds/carriage returns You're

Re: locating linefeeds/carriage returns

2010-11-09 Thread John M Bliss
http://www.austin-williams.com/unplugged -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Tuesday, November 09, 2010 4:40 PM To: cf-talk Subject: Re: locating linefeeds/carriage returns You're not finding *any* 13's nor *any* 10's? I've never seen

Re: locating linefeeds/carriage returns

2010-11-09 Thread Eric Roberts
I am trying to load an array with wrapped lines from the text field. We are feeding this into a function that takes the text and dynamically puts this in a graphic via java. Each element in the array will contain a line that is either wrapped or ended by a cr/lf when the user hits enter at

Re: locating linefeeds/carriage returns

2010-11-09 Thread Eric Roberts
That's what I thought too John...I have done similar code to this before and didn't have issues, so i am at a loss as to what is going on. If I look at the CF Debugging output, it wraps the form vars in a pre tag and the line breaks are where they should be. He wrote, Some of the lines will

Re: locating linefeeds/carriage returns

2010-11-09 Thread John M Bliss
What do you get when you do this...? cfoutput #Find(chr(13) chr(10), variables.text.string)# #Find(chr(13), variables.text.string)# #Find(chr(10), variables.text.string)# /cfoutput On Tue, Nov 9, 2010 at 3:47 PM, Eric Roberts ow...@threeravensconsulting.com wrote: That's what I

Re: locating linefeeds/carriage returns

2010-11-09 Thread Bryan Stevenson
What is the value of the wrap attribute for the TEXTAREA tag?? On Tue, 2010-11-09 at 16:47 -0500, Eric Roberts wrote: That's what I thought too John...I have done similar code to this before and didn't have issues, so i am at a loss as to what is going on. If I look at the CF Debugging

Re: locating linefeeds/carriage returns

2010-11-09 Thread Eric Roberts
It's not specified. What is the value of the wrap attribute for the TEXTAREA tag?? On Tue, 2010-11-09 at 16:47 -0500, Eric Roberts wrote: ~| Order the Adobe Coldfusion Anthology now!

Re: locating linefeeds/carriage returns

2010-11-09 Thread Bryan Stevenson
hmand I can't recall the default if not specified. Anywaysjust something to look at. I know using a value of physical would add line breaks or carriage returns when wrapping occurredseem to recall the other 2 value options did something different. So if you are seeing text on