Einzelnen Beitrag anzeigen

SProske

Registriert seit: 16. Feb 2015
Ort: Halle/S.
116 Beiträge
 
Delphi 10.2 Tokyo Enterprise
 
#4

AW: Generation of Multiple Set Combinations

  Alt 21. Nov 2017, 11:44
You need to split the string, like

Delphi-Quellcode:
var
  array1,array2,array3: TArray<string>;
begin
  array1:= string(editArray1.Text).Split([',']);
  ...
Sebastian
  Mit Zitat antworten Zitat