Thema
:
Delphi
Generation of Multiple Set Combinations
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
21. Nov 2017, 12:44
You need to split the string, like
markieren
Delphi-Quellcode:
var
array1,array2,array3: TArray<
string
>;
begin
array1:=
string
(editArray1.Text).Split(['
,
']);
...
Sebastian
Zitat
SProske
Öffentliches Profil ansehen
Mehr Beiträge von SProske finden