Advertisement

1 - 10 of 907 containing alltags:("comma") (0.001 seconds)
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 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"
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...
Zones: MS SQL ServerDate Answered: 02/18/2001 Grade: A 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 Grade: A 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 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 ...
Zones: Ms Office SuiteDate Answered: 08/09/2001 Grade: A 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 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...
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...
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> ...
Zones: MS SQL ServerDate Answered: 01/05/2003 Grade: A Views: 0