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 1549(0.004 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.4
My Question is as follows......  I am currently writing a program that will include a Database Structure Viewer as per Database DeskTop. Now I am able to get all the fields pertaining to a particu...
Zones: Delphi ProgrammingDate Answered: 05/20/1998 Views: 0
How does one find the list separator character and decimal symbol character in windows (3.1, 95 and NT). I guess there is an api function for this but I can't find it.
Zones: Visual BasicDate Answered: 05/25/1998 Views: 4
Normally a parseFloat will create a float much like the following:  12.4560009846 To, create a 2 decimal float, I did the following: Math.round(parseFloat(value) * 100) / 100; This works in some...
Zones: JavaScriptDate Answered: 10/29/1998 Views: 0
In a VB application, how can I obtain the system reginal parameters, such as currency char, decimal digit number etc.
Zones: Visual BasicDate Answered: 04/25/1999 Views: 0
I have a MaskEdBox to enter prices of articles. Its mask is: “##,###.##” At run-time, the digit placeholders are filled from the first place in the left towards the right. If I want to enter: 1.95...
Zones: VB ControlsDate Answered: 03/21/1999 Views: 0
I am currently experiencing a problem related to the FloatToStr function.  The problem occurs when the Decimal symbol setting on Windows Regional Settings Properties (Numbers Tab) is blank.  When I...
Zones: Delphi ProgrammingDate Answered: 07/22/1999 Views: 12
I have a big file with Hexadecimal numbers (one in every line) and i want to transplate the numbers to the decimal value.
Zones: UnixDate Answered: 04/11/2000 Views: 0
int item number; float price; float numsold; float income; float discount; float saleprice; My program reads from an input file and output is #sold - price -discount - saleprice - income my ...
Zones: C++Date Answered: 04/03/2000 Views: 0
I'm loading numbers from flat file thru sql loader. one of Column is: XXXXXX       NUMBER(10,2) My values in the flat file look like this: 1234567890 How can I generate decimal, the va...
Zones: OracleDate Answered: 06/14/2000 Views: 0
how do i get a random # between 1 and 20, and how do i convert from a decimal to a integer, and how do i fix to a certain # of decimal (please include anything i need to import)
Zones: JavaDate Answered: 08/10/2000 Views: 0