Home All Groups Group Topic Archive Search About
Author
29 Mar 2005 9:44 PM
Tocnet
Hello,

I would like to know which CSV separator is set on the machine and I would
like to change it.
Do you have an ideas ?

Thanks
Sébastien

Author
30 Mar 2005 4:53 AM
Bernie Yaeger
Hi,

COMMA Separated Values - can it be other than an comma?

Bernie Yaeger

Show quoteHide quote
"Tocnet" <nospam.sebastien.nopub.idoux.stopspam@libertysurf.fr> wrote in
message news:d2chtu$i5t$1@news.tiscali.fr...
> Hello,
>
> I would like to know which CSV separator is set on the machine and I would
> like to change it.
> Do you have an ideas ?
>
> Thanks
> Sébastien
>
>
Author
30 Mar 2005 6:46 AM
A
Yes I think, because with Win2000, you can set this value with the regional
settings.

Sebastien

"Bernie Yaeger" <bern***@cherwellinc.com> a écrit dans le message de news:
eXMWjRONFHA.3***@TK2MSFTNGP14.phx.gbl...
Show quoteHide quote
> Hi,
>
> COMMA Separated Values - can it be other than an comma?
>
> Bernie Yaeger
>
> "Tocnet" <nospam.sebastien.nopub.idoux.stopspam@libertysurf.fr> wrote in
> message news:d2chtu$i5t$1@news.tiscali.fr...
>> Hello,
>>
>> I would like to know which CSV separator is set on the machine and I
>> would
>> like to change it.
>> Do you have an ideas ?
>>
>> Thanks
>> Sébastien
>>
>>
>
>
Author
30 Mar 2005 7:45 AM
Cor Ligthert
Bernie,

>
> COMMA Separated Values - can it be other than an comma?
>
Yes it is culture dependend in my country it has to be (official) a
semicolon. Don't forget that the comma is the decimal point in most
languages except English.

Cor
Author
30 Mar 2005 12:11 PM
Herfried K. Wagner [MVP]
"Tocnet" <nospam.sebastien.nopub.idoux.stopspam@libertysurf.fr> schrieb:
> I would like to know which CSV separator is set on the machine and I would
> like to change it.

'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
will return the system's list separator string.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
30 Mar 2005 6:00 PM
Tocnet
Thanks a lot for your help.

Sébastien

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> a écrit dans le
message de news:uRo0EFSNFHA.1096@tk2msftngp13.phx.gbl...
> "Tocnet" <nospam.sebastien.nopub.idoux.stopspam@libertysurf.fr> schrieb:
> > I would like to know which CSV separator is set on the machine and I
would
> > like to change it.
>
> 'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
> will return the system's list separator string.
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>
Author
6 Apr 2005 12:02 PM
A
Thank you for your response.

Sébastien

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> a écrit dans le
message de news: uRo0EFSNFHA.1***@tk2msftngp13.phx.gbl...
Show quoteHide quote
> "Tocnet" <nospam.sebastien.nopub.idoux.stopspam@libertysurf.fr> schrieb:
>> I would like to know which CSV separator is set on the machine and I
>> would
>> like to change it.
>
> 'System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator'
> will return the system's list separator string.
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>