Advertisement

1 - 10 of 1501 containing alltags:("decimal") (0.001 seconds)
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 Grade: A 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 Grade: D Views: 0
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 Grade: C 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 Grade: C 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 Grade: B Views: 6
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 Grade: A Views: 0
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 Grade: B 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 Grade: A 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 Grade: A 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 Grade: C Views: 0