FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Dezimaltrennzeichen beim Export in CSV

Page d'accueil ' Communauté ' Automation et VBA ' Séparateur de décimales lors de l'exportation en CSV

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #34814
    Stefan Palaveev
    Participant

    Hallo,

    gibt es eine Möglichkeit das Dezimaltrennzeichen beim Exportieren von Daten in CSV festzulegen? Ich habe es mit FPScript versucht mit:
    [code]
    Dim Tabelle
    Tabelle=1.1111#100#20000000

    For i=0 To NumberOfColumns(Tabelle) Do

    For j=0 To NumberofRows(Tabelle) Do
    Tabelle[i][j]=StringSet(Tabelle[i][j],”.”,StringFind(Tabelle[i][j], “,”))
    End

    End

    return Tabelle[/code]

    Dies funktioniert zwar, leider laufen aber die Schleifen ewig.

    #34816
    Stefan Palaveev
    Participant

    Hallo,

    gibt es eine Möglichkeit das Dezimaltrennzeichen beim Exportieren von Daten in CSV festzulegen? Ich habe es mit FPScript versucht mit:
    [code]
    Dim Tabelle
    Tabelle=1.1111#100#20000000

    For i=0 To NumberOfColumns(Tabelle) Do

    For j=0 To NumberofRows(Tabelle) Do
    Tabelle[i][j]=StringSet(Tabelle[i][j],”.”,StringFind(Tabelle[i][j], “,”))
    End

    End

    return Tabelle[/code]

    Dies funktioniert zwar, leider laufen aber die Schleifen ewig.

    #34815
    Bernhard Kantz
    Participant

    Customizing the Decimal Symbol
    You can customize the decimal symbol used for the input and output of floating point values as follows:

    1) In the Tools menu, click on Options.
    2) In the Options dialog box, click on the Regional Settings tab.
    2) Select the desired mode in the Decimal symbol field.

    Note: This setting does not affect the decimal symbol in formulas. FPScript always uses the decimal point.

    support@weisang.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.