Answer the question
In order to leave comments, you need to log in
How to get a substring of a view?
Hello! Help please solve the problem.
We have a LINE like:
*.txt;*.ini;*.cfg;
You need to get an ARRAY from it, or at least a string like:
txt ini cfg
If it's an array, then the first element should be equal to txt, the second ini... And if it's a string, then just a string.
VBA or Delphi 7.
Answer the question
In order to leave comments, you need to log in
TStringList.Delimiter := ';';
TStringList.DelimitedText := <твой текст>;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question