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 930(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!

9.8
What is the format for placing commas in an integer that is over three digits, (1234) to (1,234) printf("%1.1d")???
Zones: PerlDate Answered: 02/09/1998 Views: 20
how can i add a string including punctuations like [,][;] into a listbox while the listbox's rowsource type is set to "valuelist"
Zones: MS AccessDate Answered: 05/23/2000 Views: 0
Is there a function in SQL Server to format a string (in numeric) to have commas for thousands, millions, billions, and so on ... ex. '123456789'   - > '123,456,789'     '34995.50'   - > '34,9...
Zones: MS SQL ServerDate Answered: 02/18/2001 Views: 0
i.e. Print #1, z.Cells(r,c), z.Cells(r,c+1), z.Cells(r,c+2) I have tried to do z.Cells(r,c);",";  . . . but I am getting an additional space before the comma when I print integers i.e. 1 , 2...
Zones: Ms Office SuiteDate Answered: 04/26/2001 Views: 0
Hello all ... I'm wondering if anyone's ever been able to do something like this: create function emplist(empids varchar2) return number as   ans number; begin   select count(*) into ans f...
Zones: OracleDate Answered: 07/26/2001 Views: 0
I'm running Excel 2000 v 9.0.2720. When I highlight a cell, then click on the comma on the tool bar, I get an error message that says, "Style 'comma' not found".  The same thing happens for the ...
Zones: Ms Office SuiteDate Answered: 08/09/2001 Views: 0
Hi, A string of the format 1, 2, 3 How do I split these using an Array in JavaScript. thanks
Zones: JavaScriptDate Answered: 02/17/2002 Views: 0
Dear all, I am using JSP, mySQL DB. I got a textarea, which contains multiple membership number, e.g. 1234,5678,9012 I want to write to a database by using this membership numbers. If 3 me...
Zones: JavaDate Answered: 01/23/2002 Views: 0
I have a report where one of the items I am selecting (a purchase order #) for a particular item (a SKU #) returns multiple results (there is more than one purchase order linked to a particular SKU...
Zones: OracleDate Answered: 01/02/2003 Views: 0
I have a Comma Separated String which I would like to pass to the IN Predicate I tried the following but it doesn't work. ------------------------------------ CREATE PROCEDURE dbo.<proc name> ...
Zones: MS SQL ServerDate Answered: 01/05/2003 Views: 0