Top "Comma" questions

Comma ',' is used to indicate a separation of elements within a list, such as an array, or parameters accepted by a function.

Excel: Change "," to "."

Ever since i added a multiple language option for my computer, Excel decided to turn all my decimals into commas. …

excel comma period
Add commas as thousands separator and floating point dot in php

I have this $example = "1234567" $subtotal = number_format($example, 2, '.', ''); the return of $subtotal is "1234567.00" how to modify the …

php comma number-formatting
Why are trailing commas allowed in a list?

I am curious why in Python a trailing comma in a list is valid syntax, and it seems that Python …

python list syntax comma trailing
How restrict textbox in C# to only receive numbers and (dot "." or comma ","), after "." or "," only allow 2 number characters

i am trying develop a code to restrict TextBox using C# to only allow numbers entry + comma(",") or dot(".") + only 2 …

c# numbers comma restrict
HTML5 input box with type="number" does not accept comma in Chrome browser

I am using a HTML5 input box with type="number". Regarding to some documentations, it should be possible to enter …

html input numbers comma
comma separated string to list in r

I have a comma separated string in R:- "a,b,c" I want to convert it into a list …

string r list comma
Split up NSString using a comma

I have a JSON feed connected to my app. One of the items is lat & long separated by a …

iphone json nsstring comma
jQuery checkbox values to comma separated list

I have several checkboxes with a name array and I want the output of the checked boxes to be a …

jquery arrays list checkbox comma
Parse a comma delimited field into seperate fields (MS ACCESS VBA 2003)

I inherited a database where user input fields are stored as a comma delimited string. I know. Lame. I want …

ms-access vba comma delimited-text
Comma within fields in CSV file -import to DB using SSIS

I have a CSV file - It has many values having comma as a part of value.The commas within …

csv ssis comma