What is the format for placing commas in an integer
that is over three digits, (1234) to (1,234)
printf("%1.1d")???
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10038347.html
Zones:
PerlDate Answered: 02/09/1998 Grade: A Views: 45
how can i add a string including punctuations like [,][;] into a listbox
while the listbox's rowsource type is set to "valuelist"
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10351679.html
Zones:
MS AccessDate Answered: 05/23/2000 Grade: A 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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20078760.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
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...
http://www.experts-exchange.com/Database/Oracle/Q_20157640.html
Zones:
OracleDate Answered: 07/26/2001 Grade: B 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 ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
Hi,
A string of the format 1, 2, 3
How do I split these using an Array in JavaScript.
thanks
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20173694.html
Zones:
JavaScriptDate Answered: 02/17/2002 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20253936.html
Zones:
JavaDate Answered: 01/23/2002 Grade: A 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...
http://www.experts-exchange.com/Database/Oracle/Q_20441487.html
Zones:
OracleDate Answered: 01/02/2003 Grade: B 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>
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20443825.html