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 519(0.001 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!

5.0
Can anyone tell me what is syntax of (mid(theString, 1, 1)) in C/C++ ? (In console) Another question, can anyone tell me where should I go (website) if I am the beginner of visual C++ (windows pro...
Zones: C++Date Answered: 12/23/1999 Views: 0
I'm trying to get the string between { and }... var a = document.forms[0].onsubmit;      a.substring(a.indexOf('{'),a.lastIndexOf('}')); In my form's onsubmit I've "function{alert('test');...
Zones: JavaScriptDate Answered: 08/05/2002 Views: 0
I am writing a C program and need to use the equivalent of the C++ substring function to return the 1st 10 characters of a string.  Does C have something similar or has anyone had to write their ...
Zones: CDate Answered: 11/20/2002 Views: 0
is there a c library that  i can use to do a sub string / partial string match? ie..  if i have an element with field "christmas" and i do a search for any of the followoing, it returns "christm...
Zones: CDate Answered: 12/30/2003 Views: 0
I've been trying to do this code and it seem not to work and I need your help. This is in C programming only not C++. I need to write a function for substring with four parameters: str, substr, ...
Zones: ProgrammingDate Answered: 10/14/2003 Views: 0
Hey, I was wondering if there was a way in MS SQL (2000 specifically) to cast out a character, like in FoxPro For example, in fox pro you could have SubStr(alltrim(field), 1, at('$', alltr(f...
Zones: MS SQL ServerDate Answered: 05/30/2003 Views: 745
I have a string with the following values: "tField1;tField2;cField3;cField4;" I have the following code to build a 2 dimensional array. This works on the first field and builds the array as F...
Zones: JavaScriptDate Answered: 08/27/2003 Views: 0
Hi, I need a Regex that removes all size, face, and style declarations from inside the HTML font tags within a document (leaving ony the color declarations in the font tags). The code needs...
Zones: Visual BasicDate Answered: 04/02/2004 Views: 0
hello, i have sdfiopgjosdifj3476498764589<abc234>eruhiuwetheri9476948769834rjbheirbt<23423sdf>iojrojyriotyjie what is the best way to extract the values inside the <> without using substring?...
Zones: C#Date Answered: 04/05/2004 Views: 8
While reading, I came across a line of codes which I don't understand. Can somebody explain to me what the below codes are doing? Trim(SubStr(myText.Strings[i], 2, ';'));
Zones: Delphi ProgrammingDate Answered: 04/14/2004 Views: 0