Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rückgabewert string

CSV Daten

Beispiel

MyMatrix := [["text1","text2","text3"]];
Result = GetCSVFromMatrixGetCsvFromMatrix(TempMyMatrix,"';"');

Resultat: text1;text2;text3

Siehe auch

---

GetCsvFromMatrix

...

GetCsvFromMatrix

...

 

...

Parameters:

...

 

...

1) [[String]]

...

Matrix of Strings

...

Rückgabe: String

...

CSV Daten

...

Beschreibung: 
Diese Funktion generiert einen String mit CSV Daten.

...

GetMatrixFromCsv