[fpc-pascal] Bitpacked dynamic array support
Flávio Etrusco
flavio.etrusco at gmail.com
Mon Dec 17 21:08:48 CET 2012
You can use sets or TBits. Unless you mean packed arrays of byte or
word, etc. In this case you just declare "myvar: packed array of
byte".
-Flávio
On Mon, Dec 17, 2012 at 5:46 PM, denisgolovan <denisgolovan at yandex.ru> wrote:
> Hi guys
>
> It looks like currently FPC does not support dynamic bitpacked arrays.
> I wonder how much work it will take to make support for it?
>
> For some things, it's a really useful functionality.
>
> --
> Regards,
> Denis Golovan
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list