RE: How to Find Hidden Characters -- maybe related to whitesp...
Replace(error.diagnostics,chr(13)&chr(10)," ","ALL") This will convert them to a single whitespace -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: donderdag 7 februari 2002 17:02 To: CF-Talk Subject: How to Find Hidden Characters -- maybe related to whitesp... Subject: How to Find Hidden Characters -- maybe related to whitespace issue - Greetings all. I'm having one !@#%$#$^$%^& of a time figuring this out. Can anyone out there help? The Task: Taking the information from the error/cferror variables saving them in a log file which can then be displayed in EXCEL, with one column per variable. The Problem: everything works EXCEPT error.diagnostics, which insists on placing itself in two columns. The Analysis: The diagnostics information is preformatted by coldFusion and contains a hidden cr/lf or paragraph marker(s) that I can not seem "read" programmatically so that I can remove it. The Question: How do I do this... remove these hidden characters? Testing so far has shown that I can remove the hidden marker by removing a block of space in which it is contained, but it requires that I have seen where it occurs and for which type of error and an assumption that it will always "look" the same for each error. If I try to remove just "extra spaces" in a loop, the hidden character does not get "caught" and remains. Anyone have any ideas I've been working on this for several days. Any help would be very much appreciated. Thanks, Carol Carol Bluestein TAAD, Senior Programmer NYS Office of Real Property Services 16 Sheridan Avenue Albany, NY 12210 518-486-6335 __ Get Your Own 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=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: How to Find Hidden Characters -- maybe related to whitesp...
Try Searching for the following: chr(13) & chr(10) or any combo of the two. - j . jim.curran technical.director nylon.technology six.west.fourteenth.street new.york.ny.10011 212.691.1134 [EMAIL PROTECTED] .. -Original Message- From: Carol Bluestein [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:02 AM To: CF-Talk Subject: How to Find Hidden Characters -- maybe related to whitesp... Subject: How to Find Hidden Characters -- maybe related to whitespace issue - Greetings all. I'm having one !@#%$#$^$%^& of a time figuring this out. Can anyone out there help? The Task: Taking the information from the error/cferror variables saving them in a log file which can then be displayed in EXCEL, with one column per variable. The Problem: everything works EXCEPT error.diagnostics, which insists on placing itself in two columns. The Analysis: The diagnostics information is preformatted by coldFusion and contains a hidden cr/lf or paragraph marker(s) that I can not seem "read" programmatically so that I can remove it. The Question: How do I do this... remove these hidden characters? Testing so far has shown that I can remove the hidden marker by removing a block of space in which it is contained, but it requires that I have seen where it occurs and for which type of error and an assumption that it will always "look" the same for each error. If I try to remove just "extra spaces" in a loop, the hidden character does not get "caught" and remains. Anyone have any ideas I've been working on this for several days. Any help would be very much appreciated. Thanks, Carol Carol Bluestein TAAD, Senior Programmer NYS Office of Real Property Services 16 Sheridan Avenue Albany, NY 12210 518-486-6335 __ Why Share? Dedicated Win 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=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
How to Find Hidden Characters -- maybe related to whitesp...
Subject: How to Find Hidden Characters -- maybe related to whitespace issue - Greetings all. I'm having one !@#%$#$^$%^& of a time figuring this out. Can anyone out there help? The Task: Taking the information from the error/cferror variables saving them in a log file which can then be displayed in EXCEL, with one column per variable. The Problem: everything works EXCEPT error.diagnostics, which insists on placing itself in two columns. The Analysis: The diagnostics information is preformatted by coldFusion and contains a hidden cr/lf or paragraph marker(s) that I can not seem "read" programmatically so that I can remove it. The Question: How do I do this... remove these hidden characters? Testing so far has shown that I can remove the hidden marker by removing a block of space in which it is contained, but it requires that I have seen where it occurs and for which type of error and an assumption that it will always "look" the same for each error. If I try to remove just "extra spaces" in a loop, the hidden character does not get "caught" and remains. Anyone have any ideas I've been working on this for several days. Any help would be very much appreciated. Thanks, Carol Carol Bluestein TAAD, Senior Programmer NYS Office of Real Property Services 16 Sheridan Avenue Albany, NY 12210 518-486-6335 __ Why Share? Dedicated Win 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=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists