Advertisement

1 - 10 of 496 containing alltags:("carriage") (0.001 seconds)
Ok real simple question, i think.  I am trying to parse out a text field by the last carriage return, was trying to do it in SQL but found out that some of the fields are over 8000 characters ( whi...
Zones: ASPDate Answered: 05/24/2004 Grade: B Views: 0
Hi! I'm doing "SELECT ltrim(rtrim(fieldname)) ...", but I see that the linefeed character is not getting removed from the beginning of the string. is there another function which i should be usi...
Zones: MS SQL ServerDate Answered: 10/16/2006 Grade: A Views: 4
On clicking a button, I wish to apend to a memo field adding in the time and user eg 10/10/98  John Smith This is the first comment 11/10/98  Jeff Golding This is another comment The problem I am ...
Zones: MS AccessDate Answered: 11/29/1998 Grade: C Views: 0
Here is the background of our problem:
Zones: Visual BasicDate Answered: 07/07/1999 Grade: C Views: 0
What freeware or shareware utilities are available that can strip carriage returns from files while leaving the line feeds (for either DOS or Windows).  Purpose is to convert text files to a format...
Zones: Windows 95Date Answered: 08/05/1999 Grade: A Views: 39
Experts, I have this problem of trying to include carriage-return and linefeed characters(otherwise defined by their hexademical values as 0D 0A or just 0A) into a variable. What kind of variabl...
Zones: C++, SSIDate Answered: 01/11/2000 Grade: C Views: 0
I'm collecting text from a textarea but need to strip all the Carriage Returns to create a single line of text.  Any ideas.
Zones: JavaDate Answered: 03/03/2002 Grade: A Views: 0
this is a simple question, hence the low points... I have a huge table set up, and when it is outputted to the individual cells, there needs to be a way to do a carriage return when it is output...
Zones: HTMLDate Answered: 08/02/2000 Grade: A Views: 0
Hello, have written some code here (note: no i havent finishes my C++ book + the advanced one and no I have not read the MFC and no i still dont understand the hieroglyphs of the MSDN library, b...
Zones: C++Date Answered: 11/12/2000 Grade: A Views: 0
Here's an easy few points. How can I write a carriage return with Response.Write so : Response.Write('first write'); Response.Write('second write'); shows in IE as first write second wri...
Zones: ASPDate Answered: 01/17/2001 Grade: A Views: 0