[Lazarus] Saving an array to a string

silvioprog silvioprog at gmail.com
Tue Jul 1 17:15:32 CEST 2014


2014-07-01 12:04 GMT-03:00 Richard Mace <richard.mace at gmail.com>:

> Thanks Michael. And reading it back?
>

You can use RUtils plugin again:

uses
  RUtils;

procedure TForm1.Button1Click(Sender: TObject);
var
  ar: array of string;
begin
  ar := RUtils.Explode('abc def ghi');
end;

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20140701/98a64ffe/attachment-0003.html>


More information about the Lazarus mailing list