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 = GetCsvFromMatrix(MyMatrix,';');

Resultat: text1;text2;text3

Siehe auch

GetMatrixFromCsv