Delphi TStringList is a type that has a method called CommaText, which works so as follows: If you receive a string "St1 St2 St3 St4" will be added 4 elements of StringList For Example:
VarSt: TStringList
VarSt.CommandText: = 'St1 St2 St3 St4'
VarSt.String [0] the value received 'St1' ...
How to make it in B4A
VarSt: TStringList
VarSt.CommandText: = 'St1 St2 St3 St4'
VarSt.String [0] the value received 'St1' ...
How to make it in B4A