StrToStrList procedure
String / Filename routines |
![]() ![]() ![]() |
acUtils
|
procedure StrToStrList(const SourceStr: String; StrList: TStrings; const StrSeparator: String = #13#10);
|
The StrToStrList procedure parses the string specified by SourceStr parameter, separates it by parts, and puts its parts to the string list.
|