On Wed, Nov 7, 2018 at 3:39 AM Ryan Joseph <r...@thealchemistguild.com>
wrote:

> Good to know. I reported this before and Sven said it was fixed in an
> update (after another user had submitted the original patch).
>
> Are you able to get a := a + [4]; to work? I’m looking Sven’s old message
> titled "Feature announcement: Dynamic array extensions” and he says +
> operator now works.


Yes, it works. But only on Delphi:

a := a + [4];
writeln(a[3]); // prints 4

-- 
Silvio Clécio
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to