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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10053338.html
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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10054368.html
Zones:
Visual BasicDate Answered: 05/25/1998 Rating: 5.4 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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10093671.html
Zones:
JavaScriptDate Answered: 10/29/1998 Rating: 6.6 Views: 0
In a VB application, how can I obtain the system reginal parameters, such as currency char, decimal digit number etc.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10125064.html
Zones:
Visual BasicDate Answered: 04/25/1999 Rating: 7.6 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10141169....
Zones:
VB ControlsDate Answered: 03/21/1999 Rating: 7.0 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10185476.html
I have a big file with Hexadecimal numbers (one in every line) and i want to transplate the numbers to the decimal value.
http://www.experts-exchange.com/OS/Unix/Q_10317645.html
Zones:
Unix OSDate Answered: 04/11/2000 Rating: 5.6 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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10320820.html
Zones:
C++Date Answered: 04/03/2000 Rating: 9.2 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...
http://www.experts-exchange.com/Database/Oracle/Q_10448476.html
Zones:
OracleDate Answered: 06/14/2000 Rating: 7.4 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)
http://www.experts-exchange.com/Programming/Languages/Java/Q_10694621.html
Zones:
JavaDate Answered: 08/10/2000 Rating: 5.4 Views: 0