Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 226(0 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.6
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 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 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 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 Views: 60
  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 Views: 19
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 Views: 0
How do I remove newline at the end of err.Description ?
Zones: Visual BasicDate Answered: 09/02/2002 Views: 4
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 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 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 Views: 0