Advertisement

1 - 10 of 216 containing alltags:("newline") (0 seconds)
I am a beginner of perl. I only know little bit about programming. I tried to write a perl program to cut up each paragraph into lines that has as many words as possible. I use a entire blank line...
Zones: PerlDate Answered: 12/16/1997 Grade: A Views: 0
How would I if I had a file full of data seaperated by tabs, change this be be seperated by a newline? sed s/what is tab/what is newline/g kind of thing?
Zones: UnixDate Answered: 05/10/2000 Grade: A Views: 0
Ok, easy question here, I think.  How do you send a newline character when sending JMail?   For instance... For Each strColumnName in Request.Form                     If UCase(Left(strColumnName,3)) = "COL" t...
Zones: Visual BasicDate Answered: 07/12/2000 Grade: A Views: 0
at the end of each line in a file there is a \n character. I want to replace this with <BR> so i can open the file in cgi. i tried tr "\\n" "\<BR\>" and sed -e "s/\\n/\<br\>/g" but nothing w...
Zones: Unix Systems ProgrammingDate Answered: 11/27/2000 Grade: A Views: 92
  I made a windows application (VS.NET/C#) that reads text box input into an array, iterates through the array and sorts the input, displaying the output in a label. Works great, except the out...
Zones: C++Date Answered: 08/22/2001 Grade: A Views: 0
Hello! I like to add text to body field before the mail is send, i need to add one blank line first and then three lines of text, then "newline" and again three lines of text. How can i do this ...
Zones: Lotus NotesDate Answered: 09/03/2001 Grade: A Views: 0
How do I remove newline at the end of err.Description ?
Zones: Visual BasicDate Answered: 09/02/2002 Grade: A Views: 0
I have two questions actually. The first being 1. I used CFile.Write() to write a text file called "data.txt" in my c:\ . It writes perfectly. However when i used CFile.Write("\n",1) in my cod...
Zones: Windows MFCDate Answered: 01/30/2003 Grade: A Views: 0
I want to display newline character "\n" in edit box. However instead of jumping to newline a graphical character is displayed in the edit box. I have also tried the sequence of "\r\n" but it is al...
Zones: C++Date Answered: 02/19/2003 Grade: B Views: 0
I have a script that reads an HTML file and extracts a number similar to this: $telephone = &GetTelephone(); # print to screen print "Tel: $telephone\n"; print "Next line\n"; # print to ...
Zones: PerlDate Answered: 08/08/2003 Grade: A Views: 0